Mehrere Probleme mit 1.1.0-rc3

  • Dieses Problem kannst du lösen wenn du das mysql Open File Limit erhöst.


    And maybe also at the OS level:



    mysql> SHOW VARIABLES LIKE 'Open_files_limit';
    Variable_name Value
    open_files_limit 1024


    From the manual:
    The number of files that the operating system allows mysqld to open. This is the real value allowed by the system and might be different from the value you gave using the --open-files-limit option to mysqld or mysqld_safe. The value is 0 on systems where MySQL can't change the number of open files.

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

    Edited once, last by Nuxwin ().