The easiest way might be to tell mysql in the config file where to look for the data directory.

In your my.cnf file (typically /etc/my.cnf) under the [mysqld] section:

datadir = /Volumes/mysql-data/data


Dan

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to