Navicat premium is a database management tool. It is a multi-connection database management tool. It allows you to connect to MySQL, SQLite, Oracle and PostgreSQL database makes managing different types of databases more convenient. Many people don’t know how to enter commands in Navicat Premium. Let’s learn it together.
Steps:
Click "Connect", click "mysql", enter the connection name, enter the password, and click "OK".
Related recommendations: "Navicat for mysql graphic tutorial"
Right-click "mysql" and click the command line interface, Here are a few simple commands for you to demonstrate.
Enter "show databases" and click "Enter" to view the current database.
Enter "use mysql" to enter the mysql database, and the connection is displayed successfully.
Be sure to add a semicolon when entering the command. Take "use mysql" as an example. If you click multiple times without entering the semicolon, the command will not be entered successfully. After entering the semicolon, It shows that the connection is successful. The above is how to enter the command.
The above is the detailed content of How to enter commands in navicat premium. For more information, please follow other related articles on the PHP Chinese website!