18.09.2017, 20:26
There's no tag for "connection" variables (if that's how you can call them). I believe you are forgetting the port, default one is 3306, example:
Код:
dbcon = mysql_connect("localhost", "user", "db", "123", 3306);