From 93fb45bd391e5fc3830e6af75b93d7c1da43c4cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Tue, 23 Feb 2010 20:26:45 +0000 Subject: [PATCH] - [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 --- mysqld.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.0