Forum: MySQL Apr 5th, 2009 |
| Replies: 6 Views: 690 |
Forum: MySQL Apr 5th, 2009 |
| Replies: 6 Views: 690 Bah, what a stupid mistake, I can't believe it. Anyway the warnings include, but are not limited to:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user **'@'localhost' (using... |
Forum: MySQL Apr 4th, 2009 |
| Replies: 6 Views: 690 I can handle errors just fine on MySQL, but what about warnings? If I use the following code I still get to see the warning, while that is not what I want:
if(mysql_connect($host, $user,... |