After DB Prefix changing getting below issue
-
Starting DB prefix change operations…..
Your WordPress system has a total of 37 tables and your new DB prefix will be: koe_
A backup copy of your wp-config.php file was created successfully!
37 tables had their prefix updated successfully!
Checking for MySQL tables of type “view”…..
Update of the following MySQL view definition failed: select if(isnull(
performance_schema.accounts.HOST),’background’,performance_schema.accounts.HOST) AShost,sum(stmt.total) ASstatements,sys.format_time(sum(stmt.total_latency)) ASstatement_latency,sys.format_time(ifnull((sum(stmt.total_latency) / nullif(sum(stmt.total),0)),0)) ASstatement_avg_latency,sum(stmt.full_scans) AStable_scans,sum(io.ios) ASfile_ios,sys.format_time(sum(io.io_latency)) ASfile_io_latency,sum(performance_schema.accounts.CURRENT_CONNECTIONS) AScurrent_connections,sum(performance_schema.accounts.TOTAL_CONNECTIONS) AStotal_connections,count(distinctperformance_schema.accounts.USER) ASunique_users,sys.format_bytes(sum(mem.current_allocated)) AScurrent_memory,sys.format_bytes(sum(mem.total_allocated)) AStotal_memory_allocatedfrom (((performance_schema.accountsjoinsys.x$host_summary_by_statement_latencystmton((performance_schema.accounts.HOST=stmt.host))) joinsys.x$host_summary_by_file_ioioon((performance_schema.accounts.HOST=io.host))) joinsys.x$memory_by_host_by_current_bytesmemon((performance_schema.accounts.HOST=mem.host))) group by if(isnull(performance_schema.accounts.HOST),’background’,performance_schema.accounts.HOST)
The topic ‘After DB Prefix changing getting below issue’ is closed to new replies.