Granting permission to remote machine to access Mysql database. - Mysql Views : 604
Tagged in : Mysql
Send mail vote down 0 vote down 0
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 .