if list_find "$MADB_OPTS" "--with-server" ]]; 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
