View Single Post
  #8  
Old 01-18-2017, 02:54 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,103
Default

To make a full backup.

Code:
mysqldump -u [uname] -p[pass] [dbname] > [backupfile.sql]
To make a table backup

Code:
mysqldump  -u [uname] -p[pass] [dbname] [tablename] > [backupfile.sql]
Akkadius/Trevius/Image/someone

Can you move this to the correct area?
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote