A schema dump is built in to MySQL: assuming you are connected to the database, use this mysql call
desc <tablename>; a data dump would need to be accomplished by scripting. On 31 May 2010 11:35, JosepM <[email protected]> wrote: > > Hi Folks, > > I need to create and backup mySQL database from Rev. I have created the > database, so only I need to run the schema, but I have no clear what can be > the best solution for. > > Any experience? > > Salut, > Josep > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Create-mySQL-database-structure-from-Rev-tp2237715p2237715.html > Sent from the Revolution - User mailing list archive at Nabble.com. > _______________________________________________ > use-revolution mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-revolution > -- ------------------------- Stephen Barncard San Francisco _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
