FiveFeet
Search ...
Search
Home
Gardening
Other
Projects
Arduino
ESP
Hacks
LED's
MySQL
Raspberry Pi
Programming
Projects
Unix
Trains
Hobbies
Contact
dump a single table of a database to file
dump a single table of a database to file
$ mysqldump -u UNAME -p DBNAME TABLENAME> FILENAME
Prev
Next