Difference between revisions of "IPv6 Web: Mediawiki"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "==source.list== Edit /etc/apt/sources.list pastikan deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse deb http://archive.ubuntu.com/ubuntu bionic-securi...")
 
Line 6: Line 6:
 
  deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse
 
  deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse
 
  deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse
 
  deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse
 
cek libmecab2
 
 
apt-cache search libmecab2
 
 
pastikan ada ..
 
 
  
 
==Instalasi==
 
==Instalasi==
Line 22: Line 15:
  
 
Masukan root password percona jika di tanya. Asumsi password root = 123456.
 
Masukan root password percona jika di tanya. Asumsi password root = 123456.
 
Jika dibutuhkan, install useful UDF (User Defined Function) dari Percona Toolkit
 
 
mysql -e "CREATE FUNCTION fnv1a_64 RETURNS INTEGER SONAME 'libfnv1a_udf.so'" -u root -p123456
 
mysql -e "CREATE FUNCTION fnv_64 RETURNS INTEGER SONAME 'libfnv_udf.so'" -u root -p123456
 
mysql -e "CREATE FUNCTION murmur_hash RETURNS INTEGER SONAME 'libmurmur_udf.so'" -u root -p123456
 
 
 
 
 
  
  

Revision as of 10:51, 4 February 2019

source.list

Edit /etc/apt/sources.list pastikan

deb http://archive.ubuntu.com/ubuntu bionic main universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-security main universe multiverse
deb http://archive.ubuntu.com/ubuntu bionic-updates main universe multiverse

Instalasi

wget https://repo.percona.com/apt/percona-release_latest.$(lsb_release -sc)_all.deb
sudo dpkg -i percona-release_latest.$(lsb_release -sc)_all.deb
sudo apt update
sudo apt install percona-server-server-5.7

Masukan root password percona jika di tanya. Asumsi password root = 123456.


Pranala Menarik