Jump to content
  • 0

Problema Mysql


alinutz_boy32

Question

Salut . Folosesc serverul RST creeat de Rimmon! Si vreau sa il pornesc in PC!

Am urmarit acest tutorial http://www.sa-mp.ro/forum/index.php?topic=25278.0 dar nu gasesc aceste funcatii in FS sau in Gm (acesta este  serverul! http://www.sa-mp.ro/forum/index.php?topic=29273.0

Intrati in gm/fs vostru si cautati functia mysql_connect acolo veti gasi ceva de genul:

Code: [select]

mysql_connect(mysql_host,mysql_user,mysql_db,mysql_pass);

sau

Code: [select]

mysql_connect ( "127.0.0.1", ".ANdy47.", "legend", "123123" );

daca ati gasit cum am aratat in primul exemplu va trebui sa cautati unde sunt definite mysql_host,mysql_user etc etc

care vor arata asa

Code: [select]

#define mysql_host "127.0.0.1"

#define mysql_user ".ANdy47."

#define mysql_db  "legend"

#define mysql_pass "123123"

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.