both are same core install the MySQL server
here https://dev.mysql.com/downloads/installer/
Printable View
both are same core install the MySQL server
here https://dev.mysql.com/downloads/installer/
@leo222 the sql file is too big,549 mb and its taking years to load
use navicat much faster will make a db tool at week end
im using heidi sql,navicat says 18 hours to complete...
Use navicat takes 7 mins
@leo222 new files fail
No connection could be made because the target machine actively refused it
Also it fails to connect to my sql server,then it tries to reload the xml config files
2019-12-16 ERROR E DataConnection ExecuteSelect: "SELECT COUNT(*) FROM information_schema.tables WHERE TABLE_SCHEMA = "war_accounts" AND TABLE_NAME = "accounts""MySql.Data.MySqlClient.MySqlException (0x80004005): The host 127.0.0.1 does notsupport SSL connections. at MySql.Data.MySqlClient.NativeDriver.Open()
Lobbyserver:
2019-12-16 INFO I -------------------- Lobby Server ---------------------
2019-12-16 ERROR E RpcClient System.Net.Sockets.SocketException (0x80004005): No
connection could be made because the target machine actively refused it 192.168
.0.14:6800
I said use navicat or wait till i do the db tool which i do at week end but mite be after xmas
18 hours strage mine took just under 7 mins
You configerd mysql server wrong shouldnt say ssl suport
So if db was not installd good then you get errors
the db installed,im using mariadb
reconfigure the MySQL server without ssl
the sql server has not ssl,the server is asking for it,you messed it up on this release
nope not messed up works ok so its at your end
old one works,this one gets those 2 errors,i ve tried maria db,mysql 5.7 and a portable mysql i have,all them ssl error and cant cnnect
something is wrong with the new release
show screen shots of the errors then I can see
https://i.imgur.com/OxV9AZe.pngCode:<?xml version="1.0"?><AccountConfigs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IConfiguredTheFile>true</IConfiguredTheFile> <RpcInfo> <RpcIp>192.168.0.14</RpcIp> <RpcPort>6800</RpcPort> <RpcClientStartingPort>6000</RpcClientStartingPort> </RpcInfo> <AccountDB> <Server>192.168.0.14</Server> <Port>3306</Port> <Database>war_accounts</Database> <Username>warhammer</Username> <Password>123456</Password> <Custom>Treat Tiny As Boolean=False</Custom> <Catalog /> <IPAddress /> <MultipleActiveResultSets>false</MultipleActiveResultSets> <ConnectionType>DATABASE_MYSQL</ConnectionType> </AccountDB> <LogLevel> <Info>true</Info> <Successs>true</Successs> <Notice>true</Notice> <Error>true</Error> <Debug>false</Debug> <Tcp>true</Tcp> <Dump>false</Dump> </LogLevel></AccountConfigs>¨
@leo222 fixed,added <Custom>Treat Tiny As Boolean=False;SslMode=none</Custom> in the config and now it connects,please fix this asap
also the new code DOES NOT GENERATE mythloginconfig.xml