Skip to content

History / How to use Etherpad Lite with MySQL

Revisions

  • Fixed documentation on unix domain socket connection

    @SamTV12345 SamTV12345 committed May 14, 2024
  • split user creation and permission granting (creating users with GRANT is deprecated and does not work in latest mysql-versions)

    @fwolfst fwolfst committed Apr 3, 2020
  • Add missing semicolon

    @frcl frcl committed Nov 18, 2019
  • 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.

    @muxator muxator committed Oct 31, 2018
  • Updated How to use Etherpad Lite with MySQL (markdown)

    Steven Arnott committed Oct 25, 2018
  • Updated How to use Etherpad Lite with MySQL (markdown)

    @Wikinaut Wikinaut committed May 10, 2018
  • harmonizing database name to etherpad_lite_db ; use "_", do not use "-"

    @Wikinaut Wikinaut committed May 10, 2018
  • Updated How to use Etherpad Lite with MySQL (markdown)

    @Gared Gared committed Nov 23, 2016
  • Updated How to use Etherpad Lite with MySQL (markdown)

    @Gared Gared committed Nov 23, 2016
  • 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]

    @feroda feroda committed Aug 27, 2016
  • 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.

    @elijh elijh committed May 20, 2015
  • Follow the principle of least permission, please.

    @dwendt dwendt committed Feb 18, 2015
  • Updated How to use Etherpad Lite with MySQL (markdown)

    @JohnMcLear JohnMcLear committed Feb 11, 2015
  • Updated How to use Etherpad Lite with MySQL (markdown)

    @JohnMcLear JohnMcLear committed Oct 18, 2012
  • Add Example MySQL Socket config

    @JohnMcLear JohnMcLear committed Oct 18, 2012
  • Revert 71f66c908e8127fe27751af47b574c64aa867669 ... 54444ffa51e507c6d70adcd7af8e4f886008ccec

    fourplusone committed Jun 8, 2012
  • Updated How to use Etherpad Lite with MySQL (markdown => pod)

    @flashpowertom flashpowertom committed Jun 8, 2012
  • adding some ` to escape special character `-` in database name

    @zertrin zertrin committed Feb 25, 2012
  • Updated How to use Etherpad Lite with MySQL (markdown)

    @elijh elijh committed Feb 18, 2012
  • etherpad lite crashes if given non-latin characters for pad names unless you set the charset of the database to be utf8

    @elijh elijh committed Feb 18, 2012
  • added note how to add the port (it's different for different drivers, sometimes added with ":", sometimes with ",", so it wasn't obvious)

    @JashanChittesh JashanChittesh committed Aug 17, 2011
  • Created How to use Etherpad Lite with MySQL (markdown)

    @Pita Pita committed Aug 13, 2011