Jay Paulson wrote:
I'm setting up our one server for staging and development. I am need to set
up MySQL to have 2 copies of the same database on the same server. Could
anyone direct me to some documentation or tell me how to do this?
Thanks.
What's wrong with having a test and production database?
Just connect to the proper database when you start your application.
mysqladmin create testdata
mysqldump production | mysql testdata
--
Gerald L. Clark
Supplier Systems Corporation
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]