I transferred all files and database to the new server however, the database is not allowing for wordpress standard tables to get submitted. When I try to insert a new table like "wp_comments" I get a sql query error message that states.
#1273 - Unknown collation: 'utf8mb4_unicode_520_ci'
What can I change the collation to that will allow it to submit successfully and work correctly with WP? and is that one of a few options or the only option to take?
Additional Info: I am copying from a Server version: 5.6.32-78.0-log to a Server version: 5.5.43-37.2-log
Can I just delete this section and allow the rest to insert?