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

sql servers

Pro Warbringer

Retired with developing
Joined
Sep 23, 2008
Messages
3,582
Reaction score
24
Location
Austria
im new here and i need some help about SQL's server 7.6
i would download a server u can see a post in this Support Thread :)
But i dont know how to start a "F^($)@ SQL server

what tools i need

Thanks
 
Well, first you need a "distro" such as The forgotten server unrar/unzip it where you feel you like to have it like "C:/Mystic Spirit".

then the next thing you need is a Sql manager like phpmyadmin which is included when you download xampp (An install Apache distribution containing MySQL, PHP and Perl) you need to install xampp first you just click on this program: "setup_xampp.exe" (make sure you aren't using the ports which xampp uses!).

If you're done that you go to http://localhost/security/ and change your password which is used for phpmyadmin then save it and go to http://localhost/phpmyadmin then login with username: root and your password you have changed then make a new database.

Then you go to the top menu and find import then you get a new page where you can upload your Sql file you need to locate forgottenserver.sql which is in Mystic Spirit then click oke and the tables are created.

Go back to Mystic spirit and open config.lua and go to this part:


Then under it you must change these things to your own:

-- MySQL
mysqlPass = "your password used for phpmyadmin"
mysqlDatabase = "the name of your database"

Then try to start the server and hopefuly it will be online.

You can always look in our tutorial section for a better explanation or just simply use the search function!
 
Back
Top