On 3/14/03 9:31 AM, "Paul DuBois" <[EMAIL PROTECTED]> wrote:

> At 8:04 -0800 3/14/03, Thomas Knight wrote:
>> How do I change Mysql default database location?
> 
> Please explain what you mean by that?

Maybe you need to look at the commandline options or the my.cnf files. You
can specify the data directory (where the database files are located) both
ways.

The mysql manual is your friend thus check out things like :
safe_mysqld --datadir=path
<http://www.mysql.com/doc/en/safe_mysqld.html>

mysqld --datadir=path
<http://www.mysql.com/doc/en/Command-line_options.html>

my.cnf
<http://www.mysql.com/doc/en/Option_files.html>

Cheers/h


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to