Mega Code Archive

 
Categories / MySQL Tutorial / Privilege
 

Add localhost to mysql table for accessing sample_db

mysql> INSERT INTO mysql VALUES('localhost','sample_db','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); mysql>