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
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
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