Granting permission to remote machine to access Mysql database.

by Ramya 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.

Tagged in:

604
like
0
dislike
0
mail
flag

You must LOGIN to add comments