Jump to content

RVP

Forum Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by RVP

  1. не стартовал сервис, 

    бага(?): забыл вкорячить каталог для pid`a & socket`a `mkdir /opt/var/run/mysqld`

    после этого все стартануло, спасибо! 

    я расчитывал что по mysql_install_db создает все что нужно для старта, может стоит добавить в инструкцию?

  2. Делал по инструкции, уперся в mysql, изучив выше написанное сделал: swap, nnodb_use_native_aio = 0 в конфигурации

    получаю:

    Spoiler

    mysql_install_db --force
    Could not find plugin directory.
    Will continue with "/opt/lib/mariadb/plugin".
    Installing MariaDB/MySQL system tables in '/opt/var/lib/mysql' ...
    OK

    To start mysqld at boot time you have to copy
    support-files/mysql.server to the right place for your system


    Two all-privilege accounts were created.
    One is root@localhost, it has no password, but you need to
    be system 'root' user to connect. Use, for example, sudo mysql
    The second is root@localhost, it has no password either, but
    you need to be the system 'root' user to connect.
    After connecting you can set the password, if you would need to be
    able to connect as any of these users with a password and without sudo

    See the MariaDB Knowledgebase at http://mariadb.com/kb or the
    MySQL manual for more instructions.

    You can start the MariaDB daemon with:
    cd '/opt' ; /opt/bin/mysqld_safe --datadir='/opt/var/lib/mysql'

    You can test the MariaDB daemon with mysql-test-run.pl
    cd '/opt/mysql-test' ; perl mysql-test-run.pl

    Please report any problems at http://mariadb.org/jira

    The latest information about MariaDB is available at http://mariadb.org/.
    You can find additional information about the MySQL part at:
    http://dev.mysql.com
    Consider joining MariaDB's strong and vibrant community:
    https://mariadb.org/get-involved/

     

     

     

×
×
  • Create New...