Date: Tue, 13 Sep 2005 18:46:38 -0700 From: Vizion <vizion@vizion.occoxmail.com> To: freebsd-questions@freebsd.org Subject: Mysql Installation query Message-ID: <200509131846.39099.vizion@vizion.occoxmail.com>
next in thread | raw e-mail | index | archive | help
I notice that the manual from http://www.mysql.com includes the following comments: ----------------------------------------------- The recommended way to compile and install MySQL on FreeBSD with gcc (2.95.2 and up) is: CC=gcc CFLAGS="-O2 -fno-strength-reduce" \ CXX=gcc CXXFLAGS="-O2 -fno-rtti -fno-exceptions \ -felide-constructors -fno-strength-reduce" \ ./configure --prefix=/usr/local/mysql --enable-assembler gmake gmake install cd /usr/local/mysql bin/mysql_install_db --user=mysql bin/mysqld_safe & ------------------------------------------------ Does anyone know if the above recomendations also apply to: drwxr-xr-x 4 root wheel 512 Sep 9 12:42 mysql50-client drwxr-xr-x 3 root wheel 512 Sep 4 19:11 mysql50-scripts drwxr-xr-x 6 root wheel 512 Sep 8 08:12 mysql50-server and the other databases/mysql* Thanks david 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509131846.39099.vizion>