Skip to content

Dave3991/mariadb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

mariadb

Mariadb Dockerfile with engine connect ...

If you want to enable/install engine connect you have to run INSTALL SONAME 'ha_connect'; after mariadb start. No restart is needed.

How to do it in gitlab ci

echo "SELECT 'OK';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host="${MYSQL_HOSTNAME}"` #check if db is ok
echo "INSTALL SONAME 'ha_connect';" | mysql --user=root --password="${MYSQL_ROOT_PASSWORD}" --host="${MYSQL_HOSTNAME}" #install plugin

About

Mariadb with engine connect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published