Pls Help Me About mysql

Discussion in 'Installation/Configuration' started by top1, Mar 10, 2007.

  1. top1

    top1 New Member

    I cannot install by use ./setup
    it error cannot connect mysql.it's not asked me put mysql server,mysql_password
    i use php 4.3.9.
    pls help me
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Plesae post the output of:

    netstat tap

    Did you follow one of the perfect setup guides to install your system?
     
  3. top1

    top1 New Member

    <Iface>: Name of interface to monitor/list.
    <Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --netrom
    <AF>=Use '-A <af>' or '--<af>'; default: inet
    List of possible address families (which support routing):
    inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
    netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
    x25 (CCITT X.25)

    this. i have internet commands by ssh. :rolleyes:
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    I'am sorry, the correct syntax is:

    netstat -tap
     
  5. top1

    top1 New Member

    it have many line .
    :confused:
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    Sure, this commsnd puts out many lines. Please post the lines in the forum.
     
  7. top1

    top1 New Member

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 19882/mysqld
    tcp 0 0 *:811 *:* LISTEN 2749/rpc.statd
    tcp 0 0 *:sunrpc *:* LISTEN 2730/portmaptcp 0 0 203.146.140.191:domain *:* LISTEN 2678/named
    tcp 0 0 203.146.140.250:domain *:* LISTEN 2678/named
    tcp 0 0 203.146.140.198:domain *:* LISTEN 2678/named
    tcp 0 0 203.146.140.227:domain *:* LISTEN 2678/named
    tcp 0 0 localhost.localdomai:domain *:* LISTEN 2678/named
    tcp 0 0 *:ipp *:* LISTEN 2858/cupsd
    tcp 0 0 *:smtp *:* LISTEN 20738/xinetd
    tcp 0 0 localhost.localdomain:rndc *:* LISTEN 2678/named
     
  8. top1

    top1 New Member

    when i run ./uninstall show Cannot Connect Mysql : although it does't install in my phpmyadmin.
     
  9. top1

    top1 New Member

    do u have other way to uninstall ispconfig ?
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Run
    Code:
    rm -fr /root/ispconfig
    rm -fr /home/admispconfig
    and delete the ISPConfig database (if it exists).
     

Share This Page