Mainos / Advertisement:
MariaDB
Versio hetkellä 11. heinäkuuta 2015 kello 15.44 – tehnyt Minh (keskustelu | muokkaukset) (Ak: Uusi sivu: MariaDB on mysql tavoin tietokantapalvelinohjelmisto. == Asennus == === Debian Wheezy === Asennetaan python-software-properties ja lisätään avain. <pre> sudo apt-get install...)
MariaDB on mysql tavoin tietokantapalvelinohjelmisto.
Asennus
Debian Wheezy
Asennetaan python-software-properties ja lisätään avain.
sudo apt-get install python-software-properties sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db
Asentaessa MariaDB 5.5 aja komento:
add-apt-repository 'deb http://mirror.netinch.com/pub/mariadb/repo/5.5/debian wheezy main'
Asentaessa MariaDB 10 aja komento:
sudo add-apt-repository 'deb http://mirror.netinch.com/pub/mariadb/repo/10.0/debian wheezy main'
Asennetaan MariaDB kun repositoryt on lisätty
sudo apt-get update sudo apt-get install mariadb-server
Mainos / Advertisement: