Skip to content

Generates/executes SQL statements to convert MySQL databases to another charset

License

Notifications You must be signed in to change notification settings

kcsry/mysql-convert-charset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mysql-convert-charset

Generates/executes SQL statements to convert MySQL databases to another charset (likely utf8mb4_unicode_ci).

Usage

  • Install mysqlclient in your Python 3 environment.
  • Run python3 mysql-convert-charset.py -d yourdatabasename to see what would be executed.
  • Add -x (or --execute) to actually run the queries too.

About

Generates/executes SQL statements to convert MySQL databases to another charset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages