Hi all, I want to create user using phpmyadmin but got this error table 'user' is read only. it's a DB server. i have changed the table permission to 777 and restarted the service mysqld. then got this error table 'db' is read only. Do i need to change permission for all tables in DB, just to allow us to add new user? Need advise and help. Thanks.
Hi, I already managed to create user. I have change all tables permission to -rwxrwxr-r inside mysql. Thank you ..