View Single Post
fantarn
Member
Join Date: Feb 2011
Old 05-18-2013 , 10:59   Re: Need a little help, please!
Reply With Quote #8

Now it says this:

Quote:
[PSD] Error: Can't connect: Can't connect to MySQL server on '127.0.0.1' (111)
I have this in the script:

Quote:
g_dbhost = register_cvar("amx_sql_host","mysql1.000webho st.com")
g_dbuser = register_cvar("amx_sql_user","a9419207_admin" )
g_dbpass = register_cvar("amx_sql_pass","*****")
g_dbname = register_cvar("amx_sql_db","a9419207_stats")
g_tbname = register_cvar("psd_tbname","statustable")


and this in sql.cfg

Quote:
amx_sql_host "mysql1.000webhost.com"
amx_sql_user "a9419207_admin"
amx_sql_pass "****"
amx_sql_db "stats"
amx_sql_table "admins"
amx_sql_type "mysql"


i've been working on this all day and still don't have a solution.
Well i'm off to work now, hopefully someone knows the solution for this.

I'd be very happy.


Thanks
fantarn is offline