29.01.2015, 17:47
Yeah, that's the part.
Now the reason why it didn't show up in your log, it that you're starting the log after connecting.
Put "mysql_debug(true);" as first line (before mysql_connect) and see what the log tells you.
Something must be wrong with connecting, otherwise your connection handle would be "1".
It may be some data is faulty (wrong username or password probably).
Now the reason why it didn't show up in your log, it that you're starting the log after connecting.
Put "mysql_debug(true);" as first line (before mysql_connect) and see what the log tells you.
Something must be wrong with connecting, otherwise your connection handle would be "1".
It may be some data is faulty (wrong username or password probably).