Hi I have installed php5 and mysql5 on my server , I can login to mysql from command, but when I try to connect using php I got this error message:
PHP Warning: mysql_query () [function.mysql-query]: Erişim kullanıcı için engellendi 'ODBC' @ 'localhost' (using password: NO) D: user 'root' için erişim engellendi @ (EVET parola kullanarak) 'localhost' : mysql_query () [function.mysql-query]: \ HostingSpaces hukuk eğitimi \ \ lawtraining.ir \ wwwroot \ satırında \ class.php 279 PHP Uyarı içerir sunucuya bir bağlantı kurulmuş olamazdı
I dont use 'ODBC'@'localhost' in my code at all. I check using phpmyadmin , also I can't use it and can't connect to server.I use port 3309 for mysql , and from local or remote php can't login. I use also mysql4 on this server on port 3306 and I can use it without problem. how can i fix this problem?
Teşekkürler