Другой apparmor / MySQL не будет устанавливать

Я пытаюсь настроить другой экземпляр mysql на своем подарке, но я не могу

mysql_install_db --user=mysql --datadir=/var/lib/mysql2


Installing MySQL system tables...
ERROR: 1005  Can't create table 'db' (errno: 13)
121118 15:25:12 [ERROR] Aborting

121118 15:25:12 [Note] /usr/sbin/mysqld: Shutdown complete


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

You can try to start the mysqld daemon with:

    shell> /usr/sbin/mysqld --skip-grant &

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

    shell> /usr/bin/mysql -u root mysql
    mysql> show tables

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

Please consult the MySQL manual section
'Problems running mysql_install_db', and the manual section that
describes problems on your OS.  Another information source are the
MySQL email archives available at http://lists.mysql.com/.

Please check all of the above before mailing us!  And remember, if
you do mail us, you MUST use the /usr/scripts/mysqlbug script!

syslog ::

 kernel: [ 6723.794523] type=1400 audit(1353231920.455:324): apparmor="DENIED" operation="mknod" parent=6840 profile="/usr/sbin/mysqld" name="/var/lib/mysql2/mysql/db.frm" pid=6879 comm="mysqld" requested_mask="c" denied_mask="c" fsuid=115 ouid=115

Ниже приведена конфигурация:

[ 112]
3
задан 18 November 2012 в 13:59

0 ответов

Другие вопросы по тегам:

Похожие вопросы: