Mysql server problem

Discussion in 'Installation/Configuration' started by axtoxic107, Apr 28, 2010.

  1. axtoxic107

    axtoxic107 New Member

    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
     
  2. axtoxic107

    axtoxic107 New Member

    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?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    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).
     

Share This Page