Re: Some way/tool to do this with database scripts backups

2008-04-11 Thread dr_pompeii
hello let me explain me more think a table how this case cliente is customer/client in english Field Type Null Key Default Extra --- --- -- -- idCliente varchar(11) NO PRI

RE: Some way/tool to do this with database scripts backups

2008-04-06 Thread dr_pompeii
Hello Martijn thanks so much for your reply pls read this carefully ok for instance i already know how use mysqldump, so i can get A.sql , something like this insert into person(id,name,age,sex ) VALUES (01, jesus, 33, male ), insert into person(id,name,age,sex ) VALUES (02, michael, 17, male

RE: Some way/tool to do this with database scripts backups

2008-04-05 Thread Martijn van den Burg
Hi, > if i have for example > a simple table call person > > with 'id' and 'name' how columns > > i can do a backup and get some file (A.sql) > with all the inserts statements > > here, all fine > > but > how i can do this? Have a look at the 'mysqldump' command line utility. It goes somethin