Jump to content

SKREBYSHI SKR

Forum Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by SKREBYSHI SKR

  1. При установке 

    mysql_install_db --force

    выдает ошибку

    Скрытый текст

    /opt/etc/init.d # mysql_install_db --force
    Installing MariaDB/MySQL system tables in '/opt/var/mysql' ...
    2020-01-21 15:25:06 1998831632 [ERROR] InnoDB: Linux Native AIO interface is not supported on this platform. Please check your OS documentation and install appropriate binary of InnoDB.
    2020-01-21 15:25:06 1998831632 [Warning] InnoDB: Linux Native AIO disabled.
    2020-01-21 15:25:06 1998831632 [ERROR] InnoDB: mmap(136183808 bytes) failed; errno 12
    2020-01-21 15:25:06 1998831632 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
    2020-01-21 15:25:06 1998831632 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
    2020-01-21 15:25:06 1998831632 [ERROR] Plugin 'InnoDB' init function returned error.
    2020-01-21 15:25:06 1998831632 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
    2020-01-21 15:25:06 1998831632 [ERROR] mysqld: Out of memory (Needed 130760704 bytes)
    2020-01-21 15:25:06 1998831632 [ERROR] mysqld: Out of memory (Needed 98058240 bytes)
    2020-01-21 15:25:06 1998831632 [ERROR] mysqld: Out of memory (Needed 73531392 bytes)
    2020-01-21 15:25:06 1998831632 [ERROR] mysqld: Out of memory (Needed 55148544 bytes)
    2020-01-21 15:25:06 1998831632 [ERROR] mysqld: Out of memory (Needed 41361408 bytes)
    2020-01-21 15:25:08 1998831632 [ERROR] Unknown/unsupported storage engine: InnoDB
    2020-01-21 15:25:08 1998831632 [ERROR] Aborting


    Installation of system tables failed!  Examine the logs in
    /opt/var/mysql for more information.

    The problem could be conflicting information in an external
    my.cnf files. You can ignore these by doing:

        shell> /opt/bin/mysql_install_db --defaults-file=~/.my.cnf

    You can also try to start the mysqld daemon with:

        shell> /opt/bin/mysqld --skip-grant-tables --general-log &

    and use the command line tool /opt/bin/mysql
    to connect to the mysql database and look at the grant tables:

        shell> /opt/bin/mysql -u root mysql
        mysql> show tables;

    Try 'mysqld --help' if you have problems with paths.  Using
    --general-log gives you a log in /opt/var/mysql that may be helpful.

    The latest information about mysql_install_db is available at
    https://mariadb.com/kb/en/installing-system-tables-mysql_install_db
    You can find the latest source at https://downloads.mariadb.org and
    the maria-discuss email list at https://launchpad.net/~maria-discuss

    Please check all of the above before submitting a bug report
    at http://mariadb.org/jira

    /opt/etc/init.d #
     

     

×
×
  • Create New...