summaryrefslogtreecommitdiffstats
path: root/videodb.rc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-02 11:53:49 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-02 11:53:49 +0100
commit2f41bca4e8ef591f5fa5c9ee620c7aacc9409f71 (patch)
treea70932ff81e6bcc0a3da818f97959723c26f4b28 /videodb.rc
parent8aac36c6e2d16c7122eb1b18febba4b5b9374323 (diff)
cleaner way to set restore the UTF-8 flag for the output of SELECT queries
Diffstat (limited to 'videodb.rc')
-rw-r--r--videodb.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/videodb.rc b/videodb.rc
index 032bded..94a938f 100644
--- a/videodb.rc
+++ b/videodb.rc
@@ -11,7 +11,6 @@ user => 'username',
# Optional extra connection options
dbi_misc => { mysql_ssl => 1
, mysql_ssl_ca_file => "/etc/ssl/certs/cacert.org.pem"
- , mysql_enable_utf8 => 1
},
password => '******',
prefix => 'videodb_',