Bulk Change Mysql Database Table Prefix

We often need to change all our mysql database table prefix. If there are only one or three tables, that would be very easy for us to change. If there are too many, say 100 mysql tatabase tables. It will take us a lot of time, at the same time we may make mistakes.

Any other easy way? The answer is YES. Here let me share my php code, using html5, and mysqli!




Bulk Change Mysql Databse Table Prefix – using mysqli and html5