Posts: 290
Threads: 7
Joined: May 2014
Reputation:
0
Did you allow remote access to the database?
Posts: 506
Threads: 89
Joined: Jun 2013
Reputation:
0
I suck on MySQL. Can you explain more..? How to see that? How to allow/disallow it?
Posts: 506
Threads: 89
Joined: Jun 2013
Reputation:
0
Btw, it works for another server..
Posts: 767
Threads: 40
Joined: Dec 2011
Reputation:
0
Why in the hell would you login with user "root"????? omg
Probably root login is blocked for security reasons. Create a db and assign privileges to a new user in phpMyAdmin.
****** answers your question on how to do so...
Posts: 506
Threads: 89
Joined: Jun 2013
Reputation:
0
The username was "samp_dsz" .. I tried it with this username and then I tried with the name "root"..Access denied with both of them..btw, how to change the username when I connect to localhost to build a database..?
As I said..I suck on MySQL.
Posts: 279
Threads: 2
Joined: Aug 2014
Reputation:
0
For #define MySql_Host "localhost" use the IP adresse of MySQL host.
Posts: 279
Threads: 2
Joined: Aug 2014
Reputation:
0
The MySQL data-base is hosted on your localhost or on a remote server?