mysqladmin -u root -p password Newspassword
Category Archives: My SQL
MySQL command to show list of tables – Linux
show tables;
MySQL command to show list of databases – Linux
show databases;
How to connect to MySQL Database server using command line
mysql -h localhost -u root -ppassword