Change Server and Client Collation and Charsets in mysql -


i need change mysql server variables 1 one (without using my.cnf file). need this

enter image description here

how can change these variable names without editing my.cnf?

update

this looks now.

enter image description here

can run update statements on table?

update mytable set value = 'utf8mb4_unicode_ci' variable_name = 'collation_connection'; 

and on other necessary updates.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -