Mysql how to add hosts? 192.168.0.2 192.168.0.3

Discussion in 'Server Operation' started by Stephan, Jun 11, 2009.

  1. Stephan

    Stephan New Member

    Hi. I'm using centos and recently i installed Centos with lighttpd for the first time by my self without Directadmin :rolleyes:

    but it have one problem
    how to add hosts to mysql database?
    i want to have:
    localhost
    192.168.0.2
    192.168.0.3

    thanks,
    Stephan
     
  2. falko

    falko Super Moderator Howtoforge Staff

  3. vaunce

    vaunce New Member

    I am having a problem with accesing mysql remoutly on centos 5.
    I have follow all the gooled posts and am am not able to connect.
    same setup works for slackware and save version of mysql but not for centos 5.
    I am able to log on from same computer using -h localhost and -h external IP but not from remote server.
    any advise? regards
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    netstat -tap
    and
    Code:
    iptables -L
    ?
     
  5. Stephan

    Stephan New Member

    thanks :cool:
     

Share This Page