After running the following command on a SQL database, the CPU usage has shot up to 100%. Queries can be taking upwards of 60 seconds. Here is the command:
ALTER TABLE database_splishuser CONVERT TO CHARACTER SET utf8mb4;
Does using the CONVERT TO CHARACTER SET
command need further commands to ensure that the table is set up correctly after running it?