Date: Sat, 21 Aug 1999 23:43:08 -0400 (EDT) From: Daniel Eischen <eischen@vigrid.com> To: jedgar@fxp.org, mike@freebsdbox.com Cc: freebsd-stable@FreeBSD.ORG Subject: Re: MySQL doesnt want to install Message-ID: <199908220343.XAA28592@pcnet1.pcnet.com>
next in thread | raw e-mail | index | archive | help
> Either compile with native threads (make NATIVE_THREADS=yes) or specify > the hostname (*not* localhost) using the -h flag on the command line. The > MySQL documentations states that pthreads do not work with domain dockets > (i.e. /tmp/mysql.sock). They do here. # mysqladmin variables +----------------------------+---------------------------------+ | Variable_name | Value | +----------------------------+---------------------------------+ | back_log | 5 | | connect_timeout | 5 | | basedir | /usr/local/ | | datadir | /var/db/mysql/ | | delayed_insert_limit | 100 | | delayed_insert_timeout | 300 | | delayed_queue_size | 1000 | | join_buffer | 131072 | | flush_time | 0 | | key_buffer | 8388600 | | language | /usr/local/share/mysql/english/ | | log | OFF | | log_update | OFF | | long_query_time | 10 | | low_priority_updates | OFF | | max_allowed_packet | 1048576 | | max_connections | 100 | | max_connect_errors | 10 | | max_delayed_insert_threads | 20 | | max_join_size | 4294967295 | | max_sort_length | 1024 | | net_buffer_length | 16384 | | port | 3306 | | protocol-version | 10 | | record_buffer | 131072 | | skip_locking | OFF | | socket | /tmp/mysql.sock | | sort_buffer | 2097144 | | table_cache | 64 | | thread_stack | 65536 | | tmp_table_size | 1048576 | | tmpdir | /var/tmp/ | | version | 3.22.22 | | wait_timeout | 28800 | +----------------------------+---------------------------------+ Compiled with NATIVE_THREADS=yes. Dan Eischen eischen@vigrid.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908220343.XAA28592>
