Create mySQL database structure from Rev

stephen barncard stephenREVOLUTION2 at barncard.com
Mon May 31 17:29:36 EDT 2010


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 <jmyepes at mac.com> 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
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



-- 
-------------------------
Stephen Barncard
San Francisco



More information about the use-livecode mailing list