Skip to content

Changes the mysql text varchar charset and collation on the fly

Notifications You must be signed in to change notification settings

vinu/mysql-change-charset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Simple script to change the charset and collation of the text fields in a mysql database.

How to use:

Just fill in the db details in the variables:

DBHOST='127.0.0.1'
DBUSER='root'
DBPASS=''
DBDB='n_demot'


also the required charset and collation:

CHARSET = 'utf8'
COLLATION = 'utf8_general_ci'

About

Changes the mysql text varchar charset and collation on the fly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages