First try MySQL
Use the above command to log in to your MySQL. After entering the above command, you need to enter a password. You need to enter your initial password.
If the above content appears, it means that your MySQL login is successful.
The above code can display the database you already have.
mysql syntax and return results
There is a semicolon (;) at the end of each statement in MySQL, otherwise the MySQL statement cannot be executed normally and will wait for you to enter a semicolon. MySQL has multiple lines of statements. If your statement is not completed, it may jump to the next line.
MySQL will return the results of each query statement and operation statement, including the output content, the number of records modified, and the operation time.
Statistics
Start time of this page: February 2, 2022
Completion time of this page: February 10, 2022
Last updated