Hi everyone, I recently created a database, and our professor told us that we can make a copy of the database by copying the folder to xampp / mysql / data.
Then, after I made my database, I copied my database folder, because I continue to keep the database bad on another computer. It turns out that copying this folder is not enough, because it turns out that it can only read the database, but not the contents of the tables in the database.
The contents of the database folder "tablename" .frm and "db.opt"
Can someone teach me the proper way to back up a database? and what files do I need to copy to run the database that I made on another computer.
I already read this, but I canβt understand the instructions correctly (if ever this is the right way to back it up)
http://dev.mysql.com/doc/refman/5.0/en/innodb-backup.html
Thanks, advanced!
source share