11.09.2013, 11:05
It is included in the mysql-client-5.5 package. If you get an error like "libmysqlclient.so.18 not found" use the 5.1-version, available in downloads.
1. the connection is always created. If it's actually connected to the database, that's another question.
2. your code is wrong. You are calling mysql_errno always with the same (default) handle.
Quote:
Why does 'mysql_connect' always returns a positive handle with a failed connection? Even 'mysql_errno' doesn't seem to be working.
pawn Код:
Код:
//Output 1 0 2 0 3 0 |
2. your code is wrong. You are calling mysql_errno always with the same (default) handle.