Skip to content

database version

Michael Kamm edited this page May 16, 2017 · 1 revision

to prevent 💥 while using DBActor, use MariaDB 10.1.* version!


check w/

  • console mysql -V
  • sql SHOW VARIABLES LIKE "%version%";

some sql statements like CREATE OR REPLACE TRIGGER are only available w/ newer version ¯_(ツ)_/¯

Clone this wiki locally