批量更改MySQL数据表的前缀
You can do this with phpMyAdmin.
Go to Structure page of the database that contains these tables.
Check the checkboxes in front of each of the tables you want to rename. From With selected dropdown chose Replace table prefix.
Enter 'keyword' in From field and 'keyword_' in To field and press submit.