LORDEAGLE 2015-07-04 18:46
This tells MySQL to get the current date and time and display it. You'll see something like this appear:
This command lists all the MySQL databases on your computer. Since you've just installed MySQL, there will just be a few default databases, similar to the following:
Now try another command:
show databases;
This command lists all the MySQL databases on your computer. Since you've just installed MySQL, there will just be a few default databases, similar to the following:
Now try another command:
show databases;
-
·
- rated(0)