diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-05-20 11:16:13 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-05-20 11:16:13 -0400 |
| commit | a4916103efb2d97896c456ff0e83064b21e85d25 (patch) | |
| tree | b3eb529e4b96375109626bbeada35d4f8a2667ee /tools/fix_utf8.py | |
| parent | 3790eedc2f48c725c586b8c7b924875fedbeb7b4 (diff) | |
first commit in a while
Diffstat (limited to 'tools/fix_utf8.py')
| -rwxr-xr-x[-rw-r--r--] | tools/fix_utf8.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/fix_utf8.py b/tools/fix_utf8.py index 18cc206..ce78750 100644..100755 --- a/tools/fix_utf8.py +++ b/tools/fix_utf8.py @@ -4,7 +4,8 @@ import MySQLdb host = "localhost" passwd = "h1NRFheXVS9crbm3" user = "sj_main" -dbname = "sj_main" +dbname = "sj_main_live" +#dbname = "sj_main" db = MySQLdb.connect(host=host, user=user, passwd=passwd, db=dbname) cursor = db.cursor() |
