Page 1 of 1

How do I set up XASECO2 in my dedicated server

Posted: 28 Feb 2014, 00:58
by Lilmachine
Hey I just opened a Trackmania 2 Stadium server for me and my friends and it works perfectly fine for now (the guide I use: http://www.gamers.org/tm2/quickstart.html#xaseco2). Now, I try to follow the XASECO2 set up guide, but I really don't understand the "MySLQ" database creation part, can somebody explain to me or link me a guide on how to make a database for XASECO2 and wich "MySLQ" software to install, please. Also I'm new to the MySLQ set up :?: .

This is the step I don't get.
1. Create the XASECO2 database in MySQL (default "xaseco2" but any other name is okay too):
CREATE DATABASE xaseco2;
Also create a separate user (e.g. "tm2") in MySQL with a password, and grant this user all rights to the "xaseco2" database. The basic MySQL commands are:
CREATE USER 'tm2'@'localhost';
SET PASSWORD FOR 'tm2'@'localhost' = password('password');
GRANT all ON xaseco2.* TO 'tm2'@'localhost';
2. Login as (or switch to) user "tm2" so that all files created down the road receive the correct ownership and permissions.

Re: How do I set up XASECO2 in my dedicated server

Posted: 28 Feb 2014, 01:02
by TMarc
moved to dedicated server tools forum part - here you might find other threads with similar questions. :)

XASECO2 needs a database in the MySQL system, therefore you need to setup MySQL before you can do that.
Did you try only the plain dedicated server and tried to add XASECO2 on it? This won't work alone.

If you're not running a fully equipped server already, you will most likely need a server package like WAMPP or XAMPP, which includes a web server, a PHP system, a MySQL database server, and other server parts.

I recommend you to go to http://www.apachefriends.org/ and lookup the documentation there.

Which base server do you have?

Re: How do I set up XASECO2 in my dedicated server

Posted: 28 Feb 2014, 03:37
by Lilmachine
Which base server do you have?
What do you mean? I use the dedicated server from the player page all set up like I said.

I have also installed Apache but this is where I get lost :?:, setting up MySQL & XAMPP.

Re: How do I set up XASECO2 in my dedicated server

Posted: 28 Feb 2014, 07:32
by Xymph
Wrong forum, see the regularly repeated reminder throughout this thread.

Re: How do I set up XASECO2 in my dedicated server

Posted: 28 Feb 2014, 16:04
by Lilmachine
:roflol: I will check in this forum then. Thank you.