Tutorials: mysql
All tutorials available at CodeGrrl.com are linkware. This means that we would really appreciate a link back to http://codegrrl.com/ if you've found these tutorials useful, giving CodeGrrl.com credit for them. :)
If you have any problems with the tutorials, please head on over to the Tutorial Forums - help can be found there.
Latest
-
1
Making backups is always a good thing. Servers can crash, databases can get lost, and if your host doesn’t have a current backup, you could lose all your tables.
I recommend making backups at least once a week. More often if you use MySQL a lot and your tables are updated every day.
It’s very easy and quick to do, so you have no good reason to not do it.
The following tutorial will show you step by step how to make a backup using phpMyAdmin (available on most servers).
July 1, 2003 |
By Sasha |
Comments Off |
Filed under MySQL, Tutorials