At 13:17 -0400 8/7/04, Steven Buroff wrote:
Is it possible to tell mysql to create the directory for a database in a
specified directory rather than in mysql's "data" directory?
No.
You can create the database, then (with the server down) move it
where you want it and create a symlink in the original location
that points to the new location. On Unix, use a regular symlink.
On Windows, the procedure is described here:
http://dev.mysql.com/doc/mysql/en/Symbolic_links.html
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]