Ubuntu Installation problem

Discussion in 'Installation/Configuration' started by toyito, May 5, 2006.

  1. toyito

    toyito New Member

    Hi...i have a ISPConfig server running fine, but it crash after a electric failure, now when i trying to make a fresh install a get the following errors....

    Can u help me pls

    Hector
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you replace server1.example.com in "mysqladmin -h server1.example.com -u root password mypass" with your own domain?
     
  3. falko

    falko Super Moderator Howtoforge Staff

    Your MySQL server is listening only on localhost.localdomain:

    That's why
    Code:
    mysqladmin -h [B][COLOR="Red"]server1.example.com[/COLOR][/B] -u root password mypass
    doesn't work.
     
  4. toyito

    toyito New Member

    Thanks

    I get it....


    Hector
     
    Last edited: May 5, 2006
  5. toyito

    toyito New Member

    ok ok

    Now i have another message:

    I really dont know what it means....i see that my mysql are listening but i still having errors...can i continue whit the setup or i need to fix it first???

    Hector
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You will have to fix this before you can install ISPConfig.

    Did you replace "server1.example.com" with your server URL?
     
  7. toyito

    toyito New Member

    HI

    No Till, im using "exactly" the same configuration in the How To...thats what i did last time and all work perfect...Ok lets me try again..

    Hector:(
     
  8. toyito

    toyito New Member

    Hi there

    I do exactly what the How To says...but i get the same error:

    Whats wrong...can u help me pls.

    Hector

    the netstat -tap:

     
  9. falko

    falko Super Moderator Howtoforge Staff

    You don't need to run this:

    Code:
    mysqladmin -h server1.example.com -u root password mypass
    if MySQL is listening only on localhost. You only have to run this if MySQL is listening on all IP addresses because otherwise anybody could login using server1.example.com.
     

Share This Page