My application currently works fine, accessing a MySQL server on host H1 
("H1" is simply a name I've made up for this example.) I now want to start 
using MySQL on host H2 (hardware different from H1), same username and pwd. 
Once the tables/structure are created I'll just dump data from the server 
on H1 and restore (INSERTs) to the server on H2.

   1. Is there an easier way than what I've outlined?
   2. How do I go about getting web2py to create the structure on H2? I 
   assume the first step is to change the uri to point to the server on H2. Is 
   that it? Or do I delete all the files in the 'database' dir under the 
   application. Or something else entirely?

Thanks.

Michael

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to