aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/install
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/install')
-rw-r--r--mayor-orig/mayor-base/install/base/mysql/mayor-auth.sql2
-rw-r--r--mayor-orig/mayor-base/install/base/mysql/utf8.cnf9
2 files changed, 6 insertions, 5 deletions
diff --git a/mayor-orig/mayor-base/install/base/mysql/mayor-auth.sql b/mayor-orig/mayor-base/install/base/mysql/mayor-auth.sql
index 7e0b1731..b790f531 100644
--- a/mayor-orig/mayor-base/install/base/mysql/mayor-auth.sql
+++ b/mayor-orig/mayor-base/install/base/mysql/mayor-auth.sql
@@ -20,7 +20,7 @@ CREATE TABLE accounts (
userPassword VARBINARY(40) DEFAULT NULL,
studyId VARCHAR(12),
mail VARCHAR(64),
- telephoneNumber VARCHAR(16),
+ telephoneNumber VARCHAR(32),
shadowLastChange INT UNSIGNED,
shadowMin TINYINT UNSIGNED,
shadowMax TINYINT UNSIGNED,
diff --git a/mayor-orig/mayor-base/install/base/mysql/utf8.cnf b/mayor-orig/mayor-base/install/base/mysql/utf8.cnf
index e5927257..824fdcbe 100644
--- a/mayor-orig/mayor-base/install/base/mysql/utf8.cnf
+++ b/mayor-orig/mayor-base/install/base/mysql/utf8.cnf
@@ -1,5 +1,6 @@
-
[mysqld]
- character-set-server = utf8
- collation-server = utf8_hungarian_ci
- skip-character-set-client-handshake
+character-set-server = utf8
+collation-server = utf8_hungarian_ci
+skip-character-set-client-handshake
+sql-mode=""
+ \ No newline at end of file