From: Adam Gołębiowski Date: Tue, 23 Feb 2010 20:26:45 +0000 (+0000) Subject: - [Warning] The syntax '--skip-locking' is deprecated and will be removed in a future... X-Git-Tag: auto/th/mysql-5_1_44-2~2 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmysql.git;a=commitdiff_plain;h=93fb45bd391e5fc3830e6af75b93d7c1da43c4cf - [Warning] The syntax '--skip-locking' is deprecated and will be removed in a future release. Please use --skip-external-locking instead. Changed files: mysqld.conf -> 1.51 --- diff --git a/mysqld.conf b/mysqld.conf index 4d93c60..45d67b0 100644 --- a/mysqld.conf +++ b/mysqld.conf @@ -28,7 +28,7 @@ user = mysql ;old-passwords ; Don't use system locking -skip-locking +skip-external-locking ; Don't listen on a TCP/IP port at all. This is a security enhancement, ; if all processes that need to connect to mysqld run on the same host.