Hi Guys.
I have everything works now but I can not import the .sql file
with MySqlManager() as mysql2:
mysql2.DisableReplication=True;
mysql2.Connect(String.Format("Data Source={0};Database={1};User Id= {1};Password={2};Pooling=False;", mysql_server, ThisService.Variables["MySQLUser"], ThisService.Variables["MySQLPassword"]));
mysql2.ImportDatabase(ThisService.RootDirectory + "db.sql");
I am using db.sql for now I have put it in the server root, after install of Dayz there is nothing in mysql (db28) table.
Does anyone know how I can fix this
cheers
SM