Error on install: Error with MySQL

  • output:

  • re;


    Result of the following command:


    Code
    1. # netstat -plunt


    You should try to purge all mysql releated packages again and also the full /etc/mysql directory. Once done, you can retry. I'm wondering if this cannot be related to your debian-sys-maint sql user...

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • output:


    Edit: Ok, I'll do so.

  • Re;


    Remove also the /var/run/mysql directory if any.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • So I did the following:
    apt-get purge mysql*
    That went well...
    When trying
    perl imscp-autoinstall -dr sql
    this error showed up:


    Edit: /var/run/mysql was not present

  • Re;


    PLEASE purge all releated packages ONE BY ONE. Do not use wildcard.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re;


    Code
    1. # aptitude purge mysql-client-5.5 mysql-server-5.5 \
    2. mysql-server-core-5.5 mysql-common libmysqlclient18
    3. # rm -r /var/run/mysql
    4. # rm -r /etc/mysql
    5. # aptitude update

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Ok ;


    So here, repeat all the steps as stated in my previous post and do also:


    Shell-Script
    1. # rm -r /var/lib/mysql

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206