Difference between revisions of "EWEB1"

From Klaus' wiki
Jump to: navigation, search
(Created page with 'Tips 'n tricks for the EWB1 course can be found on this page. ==Installing MariaDB== Create, as root, a new file in /etc/yum.repos.d called mariadb.repo. Enter this text into …')
 
m (moved EWB1 to EWEB1)
 
(No difference)

Latest revision as of 10:19, 20 January 2014

Tips 'n tricks for the EWB1 course can be found on this page.

Installing MariaDB

Create, as root, a new file in /etc/yum.repos.d called mariadb.repo.

Enter this text into the file:

# MariaDB 10.0 CentOS repository list - created 2013-06-19 10:39 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/10.0/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
enabled=true

Next, install MariaDB onto your virtual server by issuing this command: