How do I set up XASECO2 in my dedicated server

Moderators: Xymph, NADEO

Post Reply
User avatar
Lilmachine
Posts: 24
Joined: 25 Aug 2013, 15:59
Location: Québec

How do I set up XASECO2 in my dedicated server

Post 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.
User avatar
TMarc
Posts: 15255
Joined: 05 Apr 2011, 19:10
Location: Europe
Contact:

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

Post 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?
User avatar
Lilmachine
Posts: 24
Joined: 25 Aug 2013, 15:59
Location: Québec

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

Post 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.
User avatar
Xymph
Posts: 1399
Joined: 15 Jun 2010, 20:35
Contact:

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

Post by Xymph »

Wrong forum, see the regularly repeated reminder throughout this thread.
Developer of XASECO for TMF/TMN ESWC & XASECO2 for TM²: see XAseco.org
Find your way around the Mania community from the TMN ESWC hub, TMF hub, TM² hub, and SM hub
User avatar
Lilmachine
Posts: 24
Joined: 25 Aug 2013, 15:59
Location: Québec

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

Post by Lilmachine »

:roflol: I will check in this forum then. Thank you.
Post Reply

Return to “General Tools”

Who is online

Users browsing this forum: No registered users and 0 guests