- 0
Problema conectare baza de date
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
AddisoN
Primesc aceasta eroare cand deschid serverul in mysql_log : [ERROR] mysql_connect - empty connection data specified
new dbhandle; #define db_host "127.0.0.1" #define db_user "root" #define db_pass "" #define db_db "samp" dbhandle=mysql_connect(db_host,db_user,db_pass,db_db);16 answers to this question
Recommended Posts