MySQL
Linux command for MySql Management
Print MySQL configuration setting: grep -v ‘^#’ /etc/mysql/my.cnf
MySQL Importing with linux command
PhpMyAdmin is a great tool to manage the mysql database.But if we have large database and table to handle,it will be great if we able to do the same with the help of the linux command. $ mysql -u username -p -h localhost Data-Base-Name < myfile.sql