DB Export, Edit MYSQL Row as Text and Import
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A good name for this script is:
Poorman's PhpMyAdmin ;)
Intro
This is a tiny php command line script that :
- exports a mysql row into a text file via php's var_export. We have 1. mysql row that becomes 2. a PHP array , that becomes 3. string dump of the array (some array elements are unserialized prior to the string export)
- allows for editing via a text editor
- can import back to the database the edited string dump
Currently we support only the editing of context's module mysql table rows - the "context" table.
