View Single Post
  #2  
Old 02-10-2012, 05:50 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

To backup your data you use mysqldump or the an application like the Toad for MySQL app you were referred to in another thread.

You do not backup a database by copying some files. Your database consists of things you don't mess with located in places like:
C:\ProgramData\MySQL\MySQL Server 5.6\data\peq
Reply With Quote