Common But Important Mysql Commands And Queries
Here are some of the generally used queries. These are important and useful.
1. mysql –user=root mysql
default user name is "root". And there is no password.
2. grant all privileges on *.* to 'sat@localhost' identified by 'satpwd' with grant option;
'sat'@'localhost' -sat is username and localhost is mysql… (Continue)