Jump to content

Recommended Posts

Posted
2 minutes ago, Soranno said:

Nope, always. But I wanted to ask you, can not it be a database problem? I connect the database to phpmyadmin using xampp.
 

I mean, you didn't edit Database.cs right? If you can connect to that database and the credentials are correct, the gamemode should be able to connect also.

Posted (edited)
3 minutes ago, Xabi said:

I mean, you didn't edit Database.cs right? If you can connect to that database and the credentials are correct, the gamemode should be able to connect also.

Database.cs I modified it by entering the database credentials, but even if I did not modify it, it gave me the same error
Now I would like to know if I'm wrong to connect it to xampp with phpmyadmin, to connect to the database use localhost/phpmyadmin
 

Edited by Soranno
Posted
Just now, Soranno said:

Database.cs I modified it by entering the database credentials, but even if I did not modify it, it gave me the same error
Now I would like to know if I'm wrong to connect it to xampp with phpmyadmin, to connect to the database use localhost/phpmyadmmin
 

Again... You DON'T have to modify anything on Database.cs, can you please read to the previous messages and follow the guide? Don't do anything that isn't there.

About the credentials, you created the database, you should know which ones you used, they are the same.

Posted
2 minutes ago, Xabi said:

Again... You DON'T have to modify anything on Database.cs, can you please read to the previous messages and follow the guide? Don't do anything that isn't there.

About the credentials, you created the database, you should know which ones you used, they are the same.

Even using the unmodified Database.cs file, I still get the MySQL error. I created the database and I also changed the credentials in meta.xml
 

 <!-- Database connection settings -->
  <settings>
    <setting name="host" value="localhost"/>
    <setting name="username" value="root"/>
    <setting name="password" value=""/>
    <setting name="database" value="gtav"/>
  </settings>

Posted
Just now, Soranno said:

Even using the unmodified Database.cs file, I still get the MySQL error. I created the database and I also changed the credentials in meta.xml
 

 <!-- Database connection settings -->
  <settings>
    <setting name="host" value="localhost"/>
    <setting name="username" value="root"/>
    <setting name="password" value=""/>
    <setting name="database" value="gtav"/>
  </settings>

Show the error.

 

Posted
3 minutes ago, Soranno said:

Even using the unmodified Database.cs file, I still get the MySQL error. I created the database and I also changed the credentials in meta.xml
 

 <!-- Database connection settings -->
  <settings>
    <setting name="host" value="localhost"/>
    <setting name="username" value="root"/>
    <setting name="password" value=""/>
    <setting name="database" value="gtav"/>
  </settings>

Then if you can't access the database without changing anything, the problem comes with credentials.

Posted
Just now, Xabi said:

Then if you can't access the database without changing anything, the problem comes with credentials.

Okay, now it seems to have been loaded. I understood the error, I had to remove the SSL certificate in Database.cs, since my localhost did not support it. Thanks again for your help, I think I will need it again.
 

Posted
1 minute ago, Soranno said:

@Xabi Is it possible to translate this gamemode? I can not understand or Spanish.

@Xabi Is it possible to translate this gamemode? I can not understand the Spanish.

I will come with an English Full translate soon!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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