so
- Code: Select all
> mysql
//This will lead you to full access of mysql
try
>\u mysql
//if it says db has changed that means...
you are the root
> select host, user, password from user;
// will show you the listing of mysql users...
Moderators: macek, egami, gesf
> mysql
//This will lead you to full access of mysql
try
>\u mysql
//if it says db has changed that means...
you are the root
> select host, user, password from user;
// will show you the listing of mysql users...



Users browsing this forum: No registered users and 1 guest