I'm using phpmmyadmin. I'm wondering if there is a database backup I should do every night for security. How would I back-up the database using phpmyadmin? Thanks!
you can export the schema of your database from the "Export" tab of phpMyAdmin. if you wish to do an automated backup at a certain timed interval then i suggest running mysqldump via a cron.