PhpMyAdmin

From OpenEMR Project Wiki
Revision as of 02:46, 8 November 2009 by Bradymiller (talk | contribs) (Created page with ''''For versions 3.1.0 and above''', the phpMyAdmin version (chose 2.x branch to ensure compatibility with php4/mysql4) has been upgraded and migrated to openemr/phpmyadmin. The c…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

For versions 3.1.0 and above, the phpMyAdmin version (chose 2.x branch to ensure compatibility with php4/mysql4) has been upgraded and migrated to openemr/phpmyadmin. The customizations involved to embed phpMyAdmin involved creating a custom openemr/phpmyadmin/config.inc.php file and modifying several files (openemr/phpmyadmin/libraries/session.inc.php and openemr/phpmyadmin/libraries/common.inc.php) to ensure the sessions of phpMyAdmin and OpenEMR do not conflict. Note that the session name in openemr/interface/globals.php and openemr/phpmyadmin/libraries/session.inc.php need to be identical (this has been documented in the globals.php file for users whom want to change the session names). phpMyAdmin was imported into the cvs code with PHPMYADMIN tags to allow simple upgrading in the cvs to new phpMyAdmin versions in future via cvs import and merge.


For versions 3.0.1 and below, the embedded phpMyAdmin can be found at openemr/interface/main/myadmin .


-Brady 05/14/2009