Navicat for MySQL create query report Cannot create file xxx.sql.bak exception solution

 

After Nacicat for MySQL created a connection, opened a database, and then selected a query, created a new query, an exception occurred. System can not find the route.

The solution is as follows:

1. Select the connection right-click link properties

         The problem with the exception is that the save path defaults to the name of the connection created for the first time. It turned out that there was a special character "/" in the connection name, so an exception occurred when creating a new query. Just change the path again.

 

Guess you like

Origin blog.csdn.net/qq_33369215/article/details/53764271