also has an "inject" now button to fast load an sql script.
using the tool is 10x faster than adding sql script in navicat.
SQLConfig.ini
.
Code:
MYSQLPath=C:\Users\Desktop\serverstest\mysql\bin\mysql-nt.exe <= //* path to your mysql *\\ Host=localhost <= //* HostName/ip *\\ DataBaseName=newdb2 <= //* DATABASE NAME *\\ UserName=root <= //* Your username *\\ Password=test <= //* Your Password *\\






