-
Notifications
You must be signed in to change notification settings - Fork 0
vinu/mysql-change-charset
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published