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

Database Connection

Beo

Three Magic
Joined
Aug 25, 2009
Messages
9,074
Solutions
1
Reaction score
857
Code:
Can't connect to MySQL database.

Tried Gesior and ModernAAC

Using Uniform Server.

Config;
Code:
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = ""
	mysqlDatabase = "testera"
	mysqlPort = 3306

MySQL database is called "testera".
 
Code:
Can't connect to MySQL database.
How about you post an error code or message?

Thats the only error message I get on Gesior.

Code:
STEP 2
Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Can't connect to MySQL database.
 
Says absolutely nothing still, I don't use XAMPP or Gesior, not even a single web server or mysql installed, so I can't help on how to get the error - but try to connect to MySQL normally, i.e through command-line or phpmyadmin[?], afaik, mysql errors are stored on some file on that uniform server thingy, search for it.
 
Says absolutely nothing still, I don't use XAMPP or Gesior, not even a single web server or mysql installed, so I can't help on how to get the error - but try to connect to MySQL normally, i.e through command-line or phpmyadmin[?], afaik, mysql errors are stored on some file on that uniform server thingy, search for it.

Code:
;extension=php_pdo_mysql.dll

You're supposed to remove the ; which I have already done. =/

- - - Updated - - -

So I tried to start Mysql and managed to take a screenshot before the command window closed.

It says

Code:
MySQL port = 3306 - OK to run MySQL server
Installing MySQL service MySQLS1 ...

The requested service has already been started.

More help is avaliable by typing NET HELPMSG 2182.

Apache service not enabled in config.inc.php
Or disable by a user parameter.

I opened Task Manager processes and removed mysqld-opt.exe (as said in the tutorial by Znote) and tried again. Same shit happens.

I'm getting Undefined ports on server status;


- - - Updated - - -

fixed- can be closed
 

Similar threads

Replies
1
Views
698
Back
Top