Posts

Showing posts with the label Mysql

Get All MySql user list using command

Login using Below command  mysql -u root -p  After login type below command to know complete mysql User List SELECT User, Host FROM mysql.user;