• Bug#266445: Deprecated options in my.cnf (err-log and skip-networking)

    From Yves Kreis@1:229/2 to All on Wed Aug 18 00:10:12 2004
    From: [email protected]

    Package: mysql-common
    Version: 4.0.18-5
    Severity: minor
    Tags: patch

    Deprecated options in my.cnf (err-log and skip-networking)

    URI: http://dev.mysql.com/doc/mysql/en/Server_options.html

    err-log -> log-error
    skip-networking -> skip-external-locking

    --- my.cnf.orig 2004-08-17 23:50:28.000000000 +0200
    +++ my.cnf 2004-08-17 23:51:08.000000000 +0200
    @@ -24,7 +24,7 @@

    # This was formally known as [safe_mysqld]. Both versions are currently parsed.
    [mysqld_safe]
    -err-log = /var/log/mysql/mysql.err
    +log-error = /var/log/mysql/mysql.err
    socket = /var/run/mysqld/mysqld.sock

    [mysqld]
    @@ -41,7 +41,7 @@
    datadir = /var/lib/mysql
    tmpdir = /tmp
    language = /usr/share/mysql/english
    -skip-locking
    +skip-external-locking
    #
    # The skip-networking option will no longer be set via debconf menu.
    # You have to manually change it if you want networking i.e. the server

    -- System Information:
    Debian Release: 3.1
    APT prefers testing
    APT policy: (900, 'testing'), (1, 'unstable')
    Architecture: i386 (i686)
    Kernel: Linux 2.6.7-4
    Locale: LANG=en_US, LC_CTYPE=en_US

    -- no debconf information



    --
    To UNSUBSCRIBE, email to [email protected]
    with a subjec