Jump to content
Autentificarea cu Google și Facebook nu mai este disponibilă. ×

Recommended Posts

Posted (edited)

[11:53:33] [WARNING] mysql_connect: no password specified
[11:53:33] [ERROR] mysql_connect: handle error: no database specified
[11:53:33] [ERROR] mysql_errno: invalid connection handle '1'
[11:53:33] [ERROR] mysql_close: invalid connection handle '0'
[11:54:13] [WARNING] mysql_connect: no password specified
[11:54:13] [ERROR] mysql_connect: handle error: no database specified
[11:54:13] [ERROR] mysql_errno: invalid connection handle '1'
[11:54:13] [ERROR] mysql_close: invalid connection handle '0'
 

ma poate ajuta careva? In programul PAWNO, nu mi-a dat nicio eroare

Edited by LaySpace
Posted

Acele erori indica faptul ca mysql_connect din gm tau nu prineste datele complete/corecte ale bazei de date, in consecinta nu se poate conecta la ea

Posted
Acum 16 minute, Banditul a spus:

Acele erori indica faptul ca mysql_connect din gm tau nu prineste datele complete/corecte ale bazei de date, in consecinta nu se poate conecta la ea

si cum l-as putea conecta mai bine?

Posted
Acum 15 minute, LaySpace a spus:

si cum l-as putea conecta mai bine?

In primul rand in functie versiunea mysql pe care o are gm tau

Pentru r33+

mysql_connect("ip", "user", "mydatabase", "mypass");

Pentru r40+

mysql_connect("ip", "user", "mypass", "mydatabase");

Desi ar trebui sa ai deja functia la OnGamemodeInit si va trebui sa inlocuiesti in ea cu datele primite de la firma de host(asta daca ai optat pentru host care ofera si baza de date MySQL) si cam atat. Sau daca esti pe localhost e ip: 127.0.0.1, user: root si parola lasata goala

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.