mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mariadb: fix warning while invoking 'mysql_install_db' on target
Invoke 'mysql_install_db' on target, there are some warnings: ... Installing MariaDB/MySQL system tables... 131009 6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead. OK Filling help tables... 131009 6:13:14 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead. OK ... Modify my.cnf to use '--skip-external-locking' instead of '--skip-locking' could fix this issue. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
8a5dc53b66
commit
4e59f5680d
|
|
@ -14,7 +14,7 @@ pid-file = /var/lib/mysql/mysqld.pid
|
|||
log-error = /var/log/mysqld.err
|
||||
basedir = /usr
|
||||
datadir = /var/mysql
|
||||
skip-locking
|
||||
skip-external-locking
|
||||
skip-networking
|
||||
ignore-builtin-innodb
|
||||
bind-address = localhost
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user