Change Server and Client Collation and Charsets in mysql -
i need change mysql server variables 1 one (without using my.cnf file). need this
how can change these variable names without editing my.cnf?
update
this looks now.
can run update statements on table?
update mytable set value = 'utf8mb4_unicode_ci' variable_name = 'collation_connection';
and on other necessary updates.
Comments
Post a Comment