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

Can't connect to "localhost"

bugdan

New Member
Joined
Aug 10, 2007
Messages
20
Reaction score
1
Hey I could need some help. I'm uploading my config.xml file here for you to take a look.

http://www.speedy*****malware.localhost/delete.ph...s=xutihegupizu <- config.xml

First of all I'm going to host on a vista computer, this is the guide I used: http://blog.wolffmyren.com/2008/07/3...ndows-xpvista/

In the config.xml file I used my standard-gateway ip (the router ip right) I guess that is relevant when connecting to the localhost and not only hosting the server :p

Btw I want to use MySql and not SQLite, I've got some problems with SqLite so I'll rather use MySql but I don't know how to set up the config file correctly for that.

-- Database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive use 0 value.
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "hansson"
sqlDatabase = "Noobserver"
sqlFile = "forgottenserver.s3bd"
sqlKeepAlive = 1
optimizeDatabaseAtStartup = "yes"
passwordType = "plain"

Now my question is, why does it matter what settings I put up here^ when I can't even connect to the localhost, it's the localhost I can't connect to so I haven't even chosen a password for the root.

This is pretty much it, I can run apache and mysql services without any problems.

Thanks in advance
 
what do u meen u cant conect to local host? if u turn ur server on dos it gives any error or dos it crash caus no sql is running or what more info plz.
and go to :
http://localhost/phpmyadmin/index.php
and if it ask for user name and password the first time its root and no password set ur own password and then u can connect to the sql database.
 
Back
Top