MYSQL Connection
#1

How do i setup this MYSQL because i can't connect/login to my server.

pawn Код:
// ( MySQL - Connection )
#if USE_LOCALHOST == true

#define LOCAL_HOST              "localhost"
#define LOCAL_USER              "root"
#define LOCAL_PASS              ""
#define LOCAL_DB                "asdas"

#else

#define SERVER_HOST             "localhost"
#define SERVER_USER             "root"
#define SERVER_PASS             ""
#define SERVER_DB               "asdas"

#endif
PLEASE HELP ME!
Reply


Messages In This Thread
MYSQL Connection - by ChuckyBabe - 28.05.2014, 01:15
Re: MYSQL Connection - by nmader - 28.05.2014, 01:22
Re: MYSQL Connection - by ChuckyBabe - 28.05.2014, 01:23
Re: MYSQL Connection - by nmader - 28.05.2014, 01:27
Re: MYSQL Connection - by ChuckyBabe - 28.05.2014, 01:28
Re: MYSQL Connection - by ChuckyBabe - 28.05.2014, 23:48
Re: MYSQL Connection - by Mark_Weston - 29.05.2014, 01:54
Re: MYSQL Connection - by ChuckyBabe - 29.05.2014, 02:10
Re: MYSQL Connection - by iRaiDeN - 29.05.2014, 04:17
Re: MYSQL Connection - by biker122 - 29.05.2014, 05:22

Forum Jump:


Users browsing this thread: 2 Guest(s)