Wednesday 16 May 2018

Dokumentasi : Instalasi OpenThink SAS

Ubuntu/Debian

sudo apt-get install php7.3-fpm php7.3-mysql php7.3-xml  php7.3-curl  php7.3-gd  php7.3-tidy php7.3-zip mariadb-server

Konfigurasi MySQL Server


[mysqld]
# Only allow connections from localhost
bind-address = 127.0.0.1
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
default_authentication_plugin=mysql_native_password

Konfigurasi MariaDB Server