I'm getting this error message when trying to create a new MySQL database in the Direct Admin interface:
"Unable to add user xxxxx_xxxxxx. The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement"
However, looking in /etc/my.cnf I don't see the line "skip-grant-tables" at all, so I'm uncertain why it's running that way.
Things I have tried:
Restart mysqld from within Direct Admin (several times)
Stop and start mysqld from shell / command line
Added skip-grant-tables to /etc/my.cnf restarted mysql, then removed it and restarted mysql.
Any tips on getting this to work?
"Unable to add user xxxxx_xxxxxx. The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement"
However, looking in /etc/my.cnf I don't see the line "skip-grant-tables" at all, so I'm uncertain why it's running that way.
Things I have tried:
Restart mysqld from within Direct Admin (several times)
Stop and start mysqld from shell / command line
Added skip-grant-tables to /etc/my.cnf restarted mysql, then removed it and restarted mysql.
Any tips on getting this to work?