Please teach the change method of table prefix for installed system.
【Edit Source】
qa-config.php
define('QA_MYSQL_TABLE_PREFIX', 'qa101_');
↓
define('QA_MYSQL_TABLE_PREFIX', 'qa_');
【Chune MySQL】
ALTER TABLE ・・・
Will it be OK only by upper operation? Is the SQL sentence to change table name in upgrading program(e.g. V1.1)?