Tool that makes it possible to execute an SQL script at your given date (like start of an event, change of droprates ect....)
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 *\\