Difference between revisions of "IPv6 Database: Percona Server"

From OnnoWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
  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==

Revision as of 06:50, 4 February 2019

Percona adalah MySQL server yang non-Oracle, tampaknya mempunyai kemampuan yang lebih baik dari MySQL.

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

cek libmecab2

apt-cache search libmecab2

pastikan ada ..


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