Thứ Năm, 19 tháng 9, 2013

Dump one table in MySQL Databases

Linux :
in command line
 mysql -u username -p  databasename  < path/example.sql
put your table in example.sql
single table export :
mysqldump  username -p databasename tableName > path/example.sql

Không có nhận xét nào:

Đăng nhận xét

Học lập trình web căn bản với PHP

Bài 1: Các kiến thức căn bản Part 1:  https://jimmyvan88.blogspot.com/2012/05/can-ban-lap-trinh-web-voi-php-bai-1-cac.html Part 2:  https://...