Hey,
I`ve just finished the Database Backup script that will be used in the admin panel to create a database backup. The script doesn`t have alot features besides just making a database “dump” file.
Features:
- Create database dump file
- Option to add a “IF NOT EXISTS” in the CREATE DATABASE line
- Option to disable the db entries dump (entries will also be dumped by default)
- it`s compatible with the phpMyAdmin query window (it`s actually based on a phpMyAdmin database dump)
I made this script because i could not find any decent dump script that was just making the dump without anything special.. my version will get way more advanced in time because i will also use this dump script in my phpMyAdmin alternative called LiteAdmin (i already registered that wordpress subdomain
) (liteadmin.wordpress.com will be unmaintained till version 1.0.0 of MageDB gets released).
there is not much more to announce at this moment.
Till next blog
Mark.