From a4916103efb2d97896c456ff0e83064b21e85d25 Mon Sep 17 00:00:00 2001 From: Pepper Date: Wed, 20 May 2015 11:16:13 -0400 Subject: first commit in a while --- tools/fix_utf8.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 tools/fix_utf8.py (limited to 'tools/fix_utf8.py') diff --git a/tools/fix_utf8.py b/tools/fix_utf8.py old mode 100644 new mode 100755 index 18cc206..ce78750 --- 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() -- cgit v1.2.3-70-g09d2