Granting permission to remote machine to access Mysql database. - Mysql Views : 604
Tagged in : Mysql
0 0
Send mail
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.
By Ramya, On - 2008-03-11



    Login to add Comments .