[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] save MySQL DB elsewhere



on 5/3/00 5:34 AM, Yann Sagon at ysagon@xxxxxxx wrote:

> Hi
> 
> How can I save a DB in a specific location? (in the web site of a user
> and not where it's save by default.) I use Php my admin for create MySQL
> DB. Thanks

A specific database?  I don't think that is possible.

But you can have all the databases stored in one location--its a MySQL
configuration issue.  http://www.mysql.com has documentation for all of
that.

If you need a specific database in a specific location, you can certainly
create a new MySQL instance on another port and run two copies of the server
simultaneously.  And you don't even need to purchase an additional license.

-k