mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
mariadb: fix mysql_config
Correct the socket info in mysql_config. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -341,6 +341,7 @@ CMAKE_OPTIONS += \
|
||||
-DINSTALL_SCRIPTDIR=bin \
|
||||
-DINSTALL_SQLBENCHDIR="" \
|
||||
-DINSTALL_SUPPORTFILESDIR=share/mysql \
|
||||
-DINSTALL_UNIX_ADDRDIR=/var/run/mysqld.sock \
|
||||
-DMYSQLD_USER=root \
|
||||
-DMYSQL_DATADIR=/var/lib/mysql \
|
||||
-DMYSQL_UNIX_ADDR=/var/run/mysqld.sock \
|
||||
|
||||
Reference in New Issue
Block a user