I want to connect tool Dailyzen by Necros with MySQL. I have changed file config.ini
[MsSQL Connection]
Server=192.168.0.100\SQLExpress
Data Base=PassBoi
User=sa
Password=cdv361122
[MySQL Connection]
Server=192.168.1.88
Data Base=shengui
User=root
Password=root
[Daily Zen]
Zen Amount = 1000
Hour = 24
Min = 0
Sec = 0
And create table in MySQL . but still connection error.
CREATE TABLE DailyZen(
ID INT NULL,
Login VARCHAR(250) NULL,
TIME INT NULL
PRIMARY KEY
) ENGINE=MYISAM
Please help me conection tool with MySQL. i need it for my BOI offline .Thanks everyone







