if list_find "$MARIADB_OPTS" "--with-server" || \
   list_find "$MARIADB_OPTS" "-DWITHOUT_SERVER=OFF"; then
  message "${MESSAGE_COLOR}After initial install of MariaDB run"
  message "\"mysql_install_db --user=mariadb\" to create directory"
  message "structure and initial tables.  See MariaDB documentation"
  message "for more information${DEFAULT_COLOR}"
fi
