- 论坛徽章:
- 0
|
http://www.linuxbyte.net/view.php?skin=art&ID=3570
按照这个装配freeradius+mysql服务器,可是老出现些小问题,mysql默认的root用户密码为空,可是在修改的时候却改不了,不知是不是这样修改啊?
mysql -uroot -p
[root@BillingServer /]# rpm -qa|grep mysql
mysqlclient9-3.23.22-6
mysql-server-3.23.54a-11
mysql-devel-3.23.54a-11
mysql-3.23.54a-11
[root@BillingServer /]# service mysqld start
[root@BillingServer /]# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 13 to server version: 3.23.54
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>; create database radius;
ERROR 1044: Access denied for user: '@localhost' to database 'radius'
mysql>; use mysql;
ERROR 1044: Access denied for user: '@localhost' to database 'mysql'
这个错误到底是怎么造成的啊 |
|