Displaying 1 result from an estimated 1 matches for "table_bame".
Did you mean:
_table_name
2014 Aug 11
2
Question about dump on MySQL
I need export an registers of a data base from command line.
It is possible with mysqldump?
for example:
mysqldump -u user -ppass db "select *from users where id=20" ???
thank