Info: CentOS5.5 64 bit, installed mysql by: yum install mysql-server mysql php-mysql
Hello there, I've got a problem. When I type this command (CREATE USER 'blabla'@'%' IDENTIFIED BY 'password';) in "mysql", it says ERROR 1036 (HY000) at line 1: Table 'user' is read only. I'm using root: mysql -u root -p So, is there anything wrong? :S
Hello there, I've got a problem. When I type this command (CREATE USER 'blabla'@'%' IDENTIFIED BY 'password';) in "mysql", it says ERROR 1036 (HY000) at line 1: Table 'user' is read only. I'm using root: mysql -u root -p So, is there anything wrong? :S