Jump to content

MTA paradise installation


Recommended Posts

Do you have to put :

<settings>
    <!-- MySQL Configuration -->
    <setting name="@sql.user" value="username"/>
    <setting name="@sql.password" value="password"/>
    <setting name="@sql.database" value="database"/>
    <setting name="@sql.hostname" value="localhost"/>
    <setting name="@sql.port" value="3306"/>
    <!-- Only use this on Linux if the normal connection does fail even though using the correct username & password. -->
    <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/>
    
    <!-- Registration -->
    <setting name="@players.allow_registration" value="1"/><!-- Change to 0 to disable registration and show an error message -->
    <setting name="@players.registration_error_message" value="Edit this to show the user a message when registration is disabled"/>
</settings>

at the end or delete everything in the mysql and put this code in ?

Link to comment
  • Moderators

No read again, don't go too fast !

You have to create an empty MySQL database. Then modify the settings.xml file to change the MySQL configuration section according to your setup.

If you are on windows, you have to comment the @sql.socket setting like so:

    <!-- <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/> -->

 

Link to comment

 

9 minutes ago, Citizen said:

No read again, don't go too fast !

You have to create an empty MySQL database. Then modify the settings.xml file to change the MySQL configuration section according to your setup.

If you are on windows, you have to comment the @sql.socket setting like so:


    <!-- <setting name="@sql.socket" value="/var/run/mysqld/mysqld.sock"/> -->

 

 

Then i can delete the given MySQL ? I dont understard... i will need my Sql db i dont need 2 right?

 

How can i create New MySql db ? You mean empty like without any codes in it ? Sorry Script level = -1000% :D

Edited by DrStrawberry
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...