Discussion in 'PHP' started by jay005, Mar 30, 2011.
plz tell me how to save the data of database in txt file like notepad
if you have phpmyadmin you can export the db
Or, you can so: mysqldump -u username -p password database_name > path/dump.sql Code (markup):
mysqldump -u username -p password database_name > path/dump.sql
Separate names with a comma.