cannot create file...The system cannot find the specified path, as shown in the following figure:
#Close the connection. When the above problem occurs, the first thing to do is to close the database connection before you can operate the properties of this connection. To close the method, right-click and select Close Connection.
Related recommendations: "Navicat for mysql graphic tutorial"
Select to edit properties. Select the connection, or right-click and select Edit Connection, and the pop-up box as shown in the figure will appear.
Choose Advanced. Select the Advanced column. Under Advanced, you can see that there is a setting location. We need to correct the path of this location. It is not the default path, but the navicat directory we are installing now.
After the settings are completed, click Query and select New Query. You can see that a new page is opened and you can enter SQL statements for query.
Enter SQL test. The SQL statement can be executed correctly and the problem is solved.
The above is the detailed content of What should I do if the new query system of Navicat cannot find the specified path?. For more information, please follow other related articles on the PHP Chinese website!