MySQL 5.7 - show_compatibility_56

  • my System :

    - Distribution: Debian | Release: 9.13 | Codename: wheezy
    - i-MSCP Version: i-MSCP 1.5.3| Build: 20181208 | Codename: Ennio Morricone
    - Plugins installed: ClamAV (v. 1.3.0), Mailgraph (v 1.1.1), OpenDKIM (v 2.0.0), SpamAssassin (v 2.0.1)
    - LetsEncrypt (v3.3.0), PhpSwitcher (v 5.0.5), RoundcubePlugins (v 2.0.2)YubiKeyAuth 1.1.0

  • Hm... ja, diese Warnung kann ruhig ignoriert werden. Diese Datenbank "information_schema" sollte am besten aus dem Backup excluded werden, ebenso die DB "mysql". sie ist für eine Wiederherstellung nicht nötig. Könntest einen Bug-Report (Prio: Minor) ausfüllen bitte.
    Alle anderen datenbanken inkl. imscp und kunden sind ja sauber gesichert, sie enthalten das jeweilige schema.
    nach einem Crash wird ja meistens nur der Kundeninhalt (mails, webs, stats), sowie Kunden- und imscp* Datenbanken wiederhergestellt, danach wird i-MSCP Setup ausgeführt und dieser ordnet automatisch alle Datenbanken und Dantenbank-User richtig zu (anhand der imscp Datenbank)

  • Moin @flames



    Kann leider kein Bug erstellen denn ich habe kein account dort und möchte ich ein erstellen wird angezeigt loading und mehr passiert nicht.

    my System :

    - Distribution: Debian | Release: 9.13 | Codename: wheezy
    - i-MSCP Version: i-MSCP 1.5.3| Build: 20181208 | Codename: Ennio Morricone
    - Plugins installed: ClamAV (v. 1.3.0), Mailgraph (v 1.1.1), OpenDKIM (v 2.0.0), SpamAssassin (v 2.0.1)
    - LetsEncrypt (v3.3.0), PhpSwitcher (v 5.0.5), RoundcubePlugins (v 2.0.2)YubiKeyAuth 1.1.0

  • Das macht er es kommt aber keine neue mail ich warte jetzt noch bis heute Arbend wenn ich wieder zu Hause bin.

    my System :

    - Distribution: Debian | Release: 9.13 | Codename: wheezy
    - i-MSCP Version: i-MSCP 1.5.3| Build: 20181208 | Codename: Ennio Morricone
    - Plugins installed: ClamAV (v. 1.3.0), Mailgraph (v 1.1.1), OpenDKIM (v 2.0.0), SpamAssassin (v 2.0.1)
    - LetsEncrypt (v3.3.0), PhpSwitcher (v 5.0.5), RoundcubePlugins (v 2.0.2)YubiKeyAuth 1.1.0

  • Ok, ansonsten müsste es sich mal @Nuxwin anschauen. Mail ist die selbe, wie die hier im Forum?

  • Hello,


    @Ninos What up?


    @Speddy


    The problem described is not due to i-MSCP. You use a backup script that is not compatible with your MySQL 5.7 version. You can learn more by reading:

    I can easily reproduce your problem manually with latest MySQL 5.7 version (I've upgraded from MySQl 5.5


    SQL
    1. # mysql -u root -p<password>mysql: [Warning] Using a password on the command line interface can be insecure.Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 4Server version: 5.7.13 MySQL Community Server (GPL)Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.mysql> use information_schemaReading table information for completion of table and column namesYou can turn off this feature to get a quicker startup with -Amysql> select * from GLOBAL_STATUS;ERROR 3167 (HY000): The 'INFORMATION_SCHEMA.GLOBAL_STATUS' feature is disabled; see the documentation for 'show_compatibility_56'mysql> \q

    As you can see, I get a similar error.


    You can fix the problem on your server easily:


    1. Create the /etc/mysql/conf.d/compat.cnf file and put the following content into it:

    Code
    1. [mysqld]show_compatibility_56 = 1

    2. Restart your MySQL server

    Code
    1. service mysql restart

    Then the problem should be gone:

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