SA-MP Forums Archive
Can someone help me configure MySQL Via TEAMVIEWER? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can someone help me configure MySQL Via TEAMVIEWER? (/showthread.php?tid=281239)



Can someone help me configure MySQL Via TEAMVIEWER? - Jordan69 - 04.09.2011

Hi, I kinda need help, am using ServerFFS and such, and trying out that Vortex v2 MYSQL Friendly, can someone help me configure it? If yes, post here Ill pm teamviewer info, thanks in advance.


Re: Can someone help me configure MySQL Via TEAMVIEWER? - =WoR=G4M3Ov3r - 04.09.2011

Did you even setup a MySQL Database, on ServerFFS ?


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Jordan69 - 04.09.2011

Quote:
Originally Posted by G4M3Ov3r
Посмотреть сообщение
Did you even setup a MySQL Database, on ServerFFS ?
Yes I did.


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Kingunit - 04.09.2011

Next step: Dumb your .sql code into PhpMyAdmin


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Jordan69 - 04.09.2011

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
Next step: Dumb your .sql code into PhpMyAdmin
That's done already.


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Kingunit - 04.09.2011

Drop down here your MySQL information:

- Host
- Password (Just use **** while dropping it here)
- MySQL Databse
- MySQL Username

Also drop down your MySQL defines from the Vortext script.


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Jordan69 - 04.09.2011

Quote:
Originally Posted by Kingunit
Посмотреть сообщение
Drop down here your MySQL information:

- Host
- Password (Just use **** while dropping it here)
- MySQL Databse
- MySQL Username

Also drop down your MySQL defines from the Vortext script.
Hostname: 64.120.47.75
Username: jordansmith123_1
Password: (blocked ;p)
Database: jordansmith123_1

pawn Код:
#define                 DB_USERNAME                             "64.120.47.75"
#define                 DB_HOSTNAME                             "jordansmith123_1"
#define                 DB_PASSWORD                             "(blocked ;p)"
#define                 DB_DATABASE                             "jordansmith123_1"



Re: Can someone help me configure MySQL Via TEAMVIEWER? - =WoR=Bruno - 04.09.2011

Quote:
Originally Posted by Jordan69
Посмотреть сообщение
Hostname: 64.120.47.75
Username: jordansmith123_1
Password: (blocked ;p)
Database: jordansmith123_1

pawn Код:
#define                 DB_USERNAME                         "64.120.47.75"
#define                 DB_HOSTNAME                             "jordansmith123_1"
#define                 DB_PASSWORD                             "(blocked ;p)"
#define                 DB_DATABASE                             "jordansmith123_1"
You swaped username and hostname... ^^


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Bakr - 04.09.2011

Then what exactly is the problem? Enable debugging with the MySQL plugin and show us the MySQL log file.

EDIT: Yep, above poster got it. Seems you have host name and username mixed up.


Re: Can someone help me configure MySQL Via TEAMVIEWER? - Jordan69 - 04.09.2011

Quote:
Originally Posted by =WoR=Bruno
Посмотреть сообщение
You swaped username and hostname... ^^
Whoops..... how dumb can i get -________________________--