Home > Customization, Modification, SQL > Phpmyadmin Customization

Phpmyadmin Customization

January 13th, 2012

Hi,

I have a number of databases with the exactly same schema, living on different hosts, so whenever I need to make changes to a single table, I have to run the same query on all db instances.
I would like to streamline this process by having someone modify phpMyAdmin to detect incoming SQL queries that alter the schema in any way and run them on each of the hosts/databases. I think an addition of an array describing dbhost, dbname. etc to the main config file would be the desirable way of…


Phpmyadmin Customization

Comments are closed.
Bear