• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Can't connect to MySQL database.

Zt0ffe

New Member
Joined
Sep 26, 2008
Messages
341
Reaction score
4
Location
Sweden
starting server with SQL working

and creating this homepage working with xampp

using uniform server version Carbo_6_0_2
with Gesior ACC 0.3.8


SQL settings in config is working, confirmed with xampp

Please help me out.

[video=youtube;5awLEmlU640]http://www.youtube.com/watch?v=5awLEmlU640&feature=youtu.be[/video]
 
Have configured this in config.lua?

Code:
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "dbpass"
	sqlDatabase = "dbname"
	sqlFile = "theforgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"
 
Yes, Its not a config problem, It all works with xampp, but for the security of the server i want to use uniform server and i receive this error.
 
What version Xampp are you use?
try unistall xampp and download version: xampp 1.6.6 and works ;)
why you download only enter and download new link version update
not works for gesior, need other xampp try download 1.6.6 and install all again.
 
What version Xampp are you use?
try unistall xampp and download version: xampp 1.6.6 and works
why you download only enter and download new link version update
not works for gesior, need other xampp try download 1.6.6 and install all again.

It works with xampp, But i want to use uniserver instead since i have heard that xampp have alot of flaws that can be exploted.
 
Go to C:\UniServer\usr\local\php and open php.ini, find ;extension=php_pdo_mysql.dll and delete the symbol ;
Hope it helps you.
 
tried that

technical what happen was that the install loaded 100x slower every step and at the third step Can't connect to MySQL database. same as before
 
Back
Top