changeset 140:f52fe6eecb47

mysql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jun 2018 18:04:43 +0200
parents 29433f28a368
children 5de178abe4d8
files GenerateConfigurationForTests.py
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/GenerateConfigurationForTests.py	Wed Jun 27 15:08:54 2018 +0200
+++ b/GenerateConfigurationForTests.py	Fri Jun 29 18:04:43 2018 +0200
@@ -142,6 +142,17 @@
     'Password' : 'postgres'
 }
 
+config['MySQL'] = {
+    'EnableIndex' : True,
+    'EnableStorage' : True,
+    'Host' : 'localhost',
+    'Port' : 3306,
+    'Database' : 'orthanctest',
+    'Username' : 'root',
+    'Password' : 'root',
+    'UnixSocket' : '/var/run/mysqld/mysqld.sock',
+}
+
 
 
 # Enable case-insensitive PN (the default on versions <= 0.8.6)