Re: mysqldump on Fedora 16 slightly OT

2012-09-08 Thread NOSpaze
On Sat, 2012-09-08 at 15:53 +1000, Roger wrote: > I got this command line from Google > mysql mydb1 -u user -p password -e 'select tables like > "field_data_field%"'| xargs | mysqldump -u user -p password d7x I can't see the "select tables" command exists, although "tables" is a table with all t

mysqldump on Fedora 16 slightly OT

2012-09-07 Thread Roger
HI I'm hoping Arjen or another mysql guru can help me with a mysql command line entry. I got this command line from Google mysql mydb1 -u user -p password -e 'select tables like "field_data_field%"'| xargs | mysqldump -u user -p password d7x Where mydb1 is a Mysql database on my pc, a mysql