debian 7에 mariadb설치 하기
Here are the commands to run to add MariaDB to your system:
sudo apt-get install python-software-properties sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db sudo add-apt-repository 'deb http://ftp.kaist.ac.kr/mariadb/repo/5.5/debian wheezy main'
Once the key is imported and the repository added you can install MariaDB with:
sudo apt-get update sudo apt-get install mariadb-server
See Installing MariaDB .deb Files for more information.
You can also create a custom MariaDB sources.list file. To do so, copy and paste the following into a file under /etc/apt/sources.list.d/(we suggest naming the file MariaDB.list or something similar), or add it to the bottom of your /etc/apt/sources.list file.
#
MariaDB 5.5 repository list - created 2013-09-25 20:12 UTC#
http://mariadb.org/mariadb/repositories/ deb http://ftp.kaist.ac.kr/mariadb/repo/5.5/debian wheezy main deb-src http://ftp.kaist.ac.kr/mariadb/repo/5.5/debian wheezy main
다음 리눅스에 maria db를 설치하려면 아래 링크를 참조 하면 됩니다.
https://downloads.mariadb.org/mariadb/repositories/
- Arch Linux
- CentOS
- Debian
- Fedora
- Mageia
- Mint
- openSUSE
- RedHat
- Ubuntu