[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: OT: Getting started with MySQL
On Tue, 30 Sep 2003 21:35:00 -0700
"Richard P. Koett" <richard@cybernet-security.com> wrote:
:Dear misc:
:
:I have never done anything with MySQL before. Now I need it to support
:some other software so I started like this (from 3.3 CD):
:
:pkg_add mysql-server-3.23.55.tgz
:
Try running ` /usr/local/bin/safe_mysqld &`, as root. `sudo` it
if you need to. If that works, you can add the following to your
/etc/rc.local:
...
if [ -x /usr/local/bin/safe_mysqld ]; then
echo -n ' mysqld'; /usr/local/bin/safe_mysqld >
/dev/null &
fi
...
--
"Every time I think I know where it's at, they move it."