mysql connect problem again

Discussion in 'Installation/Configuration' started by Danielss89, Jan 15, 2007.

  1. Danielss89

    Danielss89 New Member

    hi, i can connect to the mysql when installing ISPCONFIG

    Code:
    Please enter your MySQL password:
    ERROR 1130 (00000): Host 'www.potterskolen.dk' is not allowed to connect to this MySQL server
    The provided MySQL password is wrong!
    Please enter your MySQL server:
    ... this is my hosts file:

    Code:
    127.0.0.1 localhost localhost.localdomain
    ::1 localhost ip6-localhost ip6-loopback
    fe00::0 ip6-localnet
    ff00::0 ip6-mcastprefix
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    ff02::3 ip6-allhosts
    89.xxx.xxx.112 www.potterskolen.dk potterskolen
    89.xxx.xxx.112 http://potterskolen.dk potterskolen
    89.xxx.xxx.112 localhost localhost.localdomain
    any ideas on what to do?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please try "localhost" as mysql server or change the permissions of your mysql database to allow the domain www.potterskolen.dk to connect. Also make sure that mysql is not listening on localhost only when you want to use www.potterskolen.dk.
     
  3. Danielss89

    Danielss89 New Member

    Till okey, i will change the things u said, but dont know how:D

    can you tell me how i can change it?

    I tryied with "localhost" as servername, but it could'nt even connect
    Code:
    Please enter your MySQL server:localhost
    The MySQL server you specified cannot be reached!
    
     
    Last edited: Jan 15, 2007
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of the command:

    netstat -tap
     

Share This Page