How to use Etherpad Lite with MySQL
SamTV12345 edited this page 2024-05-14 21:33:04 +02:00

Page revisions

22 Commits

Author SHA1 Message Date
SamTV12345
c77ff553e2 Fixed documentation on unix domain socket connection 2024-05-14 21:33:04 +02:00
Felix Wolfsteller
c6edba01e0 split user creation and permission granting (creating users with GRANT is deprecated and does not work in latest mysql-versions) 2020-04-03 11:33:20 +02:00
Lars Franke
8c707e802b Add missing semicolon 2019-11-18 23:43:04 +01:00
muxator
78d7c5f9e1 MySQL: revert back proposed engine to InnoDB
While fast, MyISAM has its own caveats wrt data integrity.
Better promoting a safer alternative: an advanced user will know how and when to
switch engine if he wants.

Backed out changeset: 85de274bc763.
2018-10-31 19:00:57 +01:00
Steven Arnott
85de274bc7 Updated How to use Etherpad Lite with MySQL (markdown) 2018-10-25 12:20:28 -04:00
Wikinaut
50ac66ba94 Updated How to use Etherpad Lite with MySQL (markdown) 2018-05-11 01:13:37 +02:00
Wikinaut
4599fc6475 harmonizing database name to etherpad_lite_db ; use "_", do not use "-" 2018-05-11 01:08:02 +02:00
Stefan
ce92c16ba9 Updated How to use Etherpad Lite with MySQL (markdown) 2016-11-23 19:35:19 +01:00
Stefan
7e78aba486 Updated How to use Etherpad Lite with MySQL (markdown) 2016-11-23 19:34:51 +01:00
Luca Ferroni
a2e8a86716 if you use the option "charset": "utf8mb4" it is not needed to perform the MySql ALTER DATABASE and ALTER TABLE. If a person do not specify it, probably he doesn't need, so it is not needed to be documented here [imho] 2016-08-27 12:57:43 +02:00
Elijah Sparrow
7b56434896 charset utf8mb4 is required or etherpad-lite will save truncated records whenever a four-byte unicode character is in the pad, resulting in a crash. 2015-05-20 14:55:57 -07:00
Ditmar Wendt
05cd4f6e15 Follow the principle of least permission, please. 2015-02-18 17:57:05 -05:00
John McLear
9f2c942279 Updated How to use Etherpad Lite with MySQL (markdown) 2015-02-11 02:27:00 +00:00
johnyma22
6ee3e5fca3 Updated How to use Etherpad Lite with MySQL (markdown) 2012-10-18 14:04:01 -07:00
johnyma22
8e87257308 Add Example MySQL Socket config 2012-10-18 14:03:49 -07:00
fourplusone
e12b845946 Revert 71f66c908e8127fe27751af47b574c64aa867669 ... 54444ffa51e507c6d70adcd7af8e4f886008ccec 2012-06-08 05:30:41 -07:00
flashpowertom
0c1192d442 Updated How to use Etherpad Lite with MySQL (markdown => pod) 2012-06-08 04:48:20 -07:00
zertrin
f42689bb3c adding some ` to escape special character `-` in database name 2012-02-25 07:00:55 -08:00
elijh
9747501056 Updated How to use Etherpad Lite with MySQL (markdown) 2012-02-17 23:20:43 -08:00
elijh
d48672a7ba etherpad lite crashes if given non-latin characters for pad names unless you set the charset of the database to be utf8 2012-02-17 17:55:05 -08:00
JashanChittesh
876fcb9492 added note how to add the port (it's different for different drivers, sometimes added with ":", sometimes with ",", so it wasn't obvious) 2011-08-17 12:39:53 -07:00
Pita
aeec4bbd6c Created How to use Etherpad Lite with MySQL (markdown) 2011-08-13 11:31:10 -07:00