Google+
Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Sunday, 26 April 2015

MySQL basic commands

Learn some basic commands for world's most popular MySQL database.

mysql -u [username] -p: This command is used to log in to a MySQL server using a specific username and password.

SHOW DATABASES;: This command displays a list of all the databases on the MySQL server.