Answers for "The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement"

SQL
0

The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

1. Login to mysql
	mysql -u root -p

2. execute
	FLUSH PRIVILEGES;
Posted by: Guest on March-22-2022

Code answers related to "The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement"

Code answers related to "SQL"

Browse Popular Code Answers by Language