Re: Need help adding database to multi server mysql?

2005-04-25 Thread Gleb Paharenko
Hello. Have you ran mysql_init_db on a new data directory? > store the tables that store grants and such, but how to we get those > created for the new instance. We've been all over the MySQL.com docs It is unclear for me. You may specify the datadir for every new instance. See: ht

Need help adding database to multi server mysql?

2005-04-23 Thread Don Vaillancourt
We have MySQL setup as a MYSQL_MULTI configuration so that each database has their own instance of MySQL. We need another database configured and so added an entry in the my.cnf.  We've tried to start the new database, but keep getting this error.  We know that for each database there needs