输入命令
mysql -uUSERNAME -pPASSWD radius < admin.sql
提示
Warning: Using a password on the command line interface can be insecure.
ERROR 1396 (HY000) at line 14: Operation CREATE USER failed for 'radius'@'localhost'
请问原因?谢谢!
mysql -uUSERNAME -pPASSWD radius < admin.sql
提示
Warning: Using a password on the command line interface can be insecure.
ERROR 1396 (HY000) at line 14: Operation CREATE USER failed for 'radius'@'localhost'
请问原因?谢谢!