Mysql method to create desktop shortcut: first open the dos command window and enter [netstartmysql]; then enter [mysql-hlocalhost-uroot-p]; finally enter the mysql database.
Mysql method to create desktop shortcut:
1. First, press "win R" to open the operation window, Enter "CMD" and press Enter to confirm.
2. Start the mysql database: Enter netstartmysql in the DOS command window, or use the Windows shortcut key (there is a Windows logo on the keyboard) R to directly enter netstartmysql and press Enter.
3. Enter mysql-hlocalhost-uroot-p and enter the mysql database.
#4. When the interface is displayed, it indicates that the internal mysql database has been successfully connected.
5. Enter the display database; display your database (mysql database command must end with a semicolon;)
6. If you want to exit the mysql database, please enter exit; press Enter to solve the desktop shortcut problem.
More related free learning recommendations: mysql tutorial(Video )
The above is the detailed content of How to create desktop shortcut in mysql. For more information, please follow other related articles on the PHP Chinese website!