• 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!

HELP WITH GES AAC FOR TFS 0.3.3 Crying Damson + XAMPP + PHPMYADMIN

EtilicArmy

New Member
Joined
Apr 11, 2009
Messages
9
Reaction score
0
I saw in the forum a post trying to give solution to this, but i can't make it work properly.

My error is common, my config.lua's files are ok, the game connects with the database, i'm using XAMPP 1.6.6a and i updated phpmyadmin properly too, everything works ok, but when i go to localhost to see the suposed AAC, i get this:

Database error - can't connect to MySQL database. Possible reasons:
1. MySQL server is not running on host.
2. MySQL user, password, database or host isn't configured in: C:/xampp/htdocs/config.lua .
3. MySQL user, password, database or host is wrong.


MySQL is running, config.lua is right configured, i checked it.

I started and stopped the service, looked up and down everything, i tried with a newest version of XAMPP (1.7.0) and oldest (1.6.5)

But always the same error, i don't know what to do, please help !!! :o

Can someone make a tutorial with some images step by step of this? I saw too many people with the same problem

Thanks for your time ppl :)
 
my config.lua

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "example"
sqlDatabase = "prueba"
sqlFile = "schema.mysql"
sqlKeepAlive = 60
optimizeDatabaseAtStartup = "yes"
passwordType = "plain"

i tried changing password type, optimization, keepalive. i tried all :/^_^;)
 

Similar threads

Replies
1
Views
664
Back
Top