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?

Is there a reason you can't have one instance of the mysql server and simply have "foo_staging" and "foo_development" databases?

Unless you are tweaking server parameters, this should work just fine...

-philip

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to