Mega Code Archive
Categories
/
MySQL
/
User Permission
Verify that the user table contains the proper host and user rows
SELECT host, user FROM user;