| adding a prefix to the mysql tables
I currently have PP and IPB integrated but using different databases. I’d lke to merge them into a single database to reduce the peak time load created from switching back and forth between databases to grab info from here or there.
I’d like to add a prefix PP_ to all photopost tables, then import then into my forum DB.
I guess my first question would be what SQL command can I run via phpmyadmin to add the prefix to the tables
Next questions is what would I need to change in the PP config to make sure everything works after the table name change?
|