[HELP] MySQL
#1

Код:
CMySQLHandler::CMySQLHandler() - constructor called.
[23:33:36] CMySQLHandler::CMySQLHandler() - Connecting to "127.0.0.1" | DB: "blown" | Username: "cabrall1988" ...
[23:33:36] CMySQLHandler::Connect() - Access denied for user ''@'localhost' to database 'blown' (Error ID: 1044)
I tell me "Access denied" when I import the data base in my phpmyadmin and config on gamemode?
Reply
#2

In your gamemode.pwn change this.
pawn Код:
#define MYSQL_HOST ""
#define MYSQL_USER ""
#define MYSQL_DB ""
#define MYSQL_PASS ""
Reply
#3

Код:
CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) (Error ID: 2002)
...
Reply
#4

Try to use your Host name as localhost, You're hosting your database in the VPS?
Reply
#5

Is work whith localhost, but:
Код:
CMySQLHandler::Connect() - Access denied for user 'cabrall1988'@'localhost' (using password: YES) (Error ID: 1045)
Reply
#6

This error means your password is incorrect, Do you have a cPanel ?
Reply
#7

....I have an IP (ex: 192.0.0.0) followed /phpmyadmin
Reply
#8

search for Remote MySQL and add your IP from do you want to connect
Reply
#9

What is a REMOTE MYSQL?
Reply
#10

You can find it in your cPanel
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)