24.03.2013, 16:59
I'm not sure how to fill in the MySQL information into my gamemode, so i will give you all the information i have with my MySQL database and we'll see if you can fill it in for me correctly.
I want to use the Database "8081_objects" - The password to my database is "Hello123" (not really)
This is a photo of my current database information. (I'm using Volt-Host MySQL)
http://prntscr.com/xnhyf
Below is what i currently have filled into my gamemode, which doesn't work because when i try to use the database in-game, the dialog closes and nothing happens, which is a sign the database doesn't work.
I want to use the Database "8081_objects" - The password to my database is "Hello123" (not really)
This is a photo of my current database information. (I'm using Volt-Host MySQL)
http://prntscr.com/xnhyf
Below is what i currently have filled into my gamemode, which doesn't work because when i try to use the database in-game, the dialog closes and nothing happens, which is a sign the database doesn't work.
PHP код:
#define SQL_HOST "66.85.149.50"
#define SQL_USER "8081_objects"
#define SQL_PASS "hello123" //Not real
#define SQL_DB "8081_objects"