summaryrefslogtreecommitdiff
path: root/tools/fix_utf8.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fix_utf8.py')
-rwxr-xr-x[-rw-r--r--]tools/fix_utf8.py3
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()