Linux, My SQL MySQL command to show list of databases – Linux April 30, 2011 Pramod T P Leave a comment show databases;
My SQL How to connect to MySQL Database server using command line April 30, 2011 Pramod T P Leave a comment mysql -h localhost -u root -ppassword