|
|
Granting permission to remote machine to access Mysql database. - Mysql
|
Views : 604
|
|
Tagged in : Mysql
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
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 |
|
|
|