Granting permission to remote machine to access Mysql database.
by Ramya[ Edit ] 2008-03-11 12:00:17
To view the user accounts in Mysql database,
Use select query on mysql.user as,
select host,user,password from mysql.user;
It will show how many users in mysql database.