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

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -