Ftp user (ispconfig) + service mariadb restart + crash

Discussion in 'Installation/Configuration' started by nicolas38, Jun 10, 2020.

  1. nicolas38

    nicolas38 New Member

    Hello,
    I use an ftp user account (ispconfig) to inject my site on the server via Filezilla.
    (No problem yet)

    I modified the my.cnf file (optimization).
    I restart the service
    systemctl restart mariadb

    My ftp user access via filezilla responds:

    Answer: 530 Permission denied.
    Error: Unable to establish a connection to the server

    Do you have a solution to this problem?

    thank you in advance
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Your FTP user is not allowed to edit this document, connect over SSH as root or as normal user with sudo rights. Edit your my.cnf with a program like nano as root (sudo nano /path/to/my.cnf)
     
  3. nicolas38

    nicolas38 New Member

    Thank you for your comeback.

    I modified the my.cnf file with the command:
    sudo nano /etc/mysql/my.cnf

    I restarted the service

    systemctl restart mariadb

    then I lost my ftp access in user mode (filezilla), impossible for me to access my server.

    I have an error:

    530 Permission denied.

    I no longer know how to recover my ftp access.
    I found no info on Google

    thank you
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Login by ssh instead of ftp and undo the changes you made to the MariaDB configuration so that MariaDB is able to start again.
     
  5. nicolas38

    nicolas38 New Member

    Thank you for your help
     

Share This Page