Hello Friends, I cannot connect to the mysql from my php applications , i have install mysql-php5 also...Below are the few result..Please help me here. my.cnf file Here are the result of nmap -A Result of "mysqladmin -uroot -ppassword processlist" the result of telnet localhost 3306 Here after 5 seconds or so "Connection closed by foreign host." message added.. Another result for u.. What may be the problem here? Thanks
IN my PHp app, i am writing query of creating table but it shows me this error.. "Can't create table " Do i need to give permission to mysql process? if yes then How to do that?
Does the MySQL user that you use in your PHP app have the permissions to create the table? Maybe you can post your PHP code (if it's not too long).