Installige MariaDB andmebaas RHEL/CentOS/Fedora ja Debian/Ubuntu


MariaDB on MySQL-i binaarne sisestatav asendus, mille on välja töötanud MySQL Projecti algsed autorid ja mis on täielikult kooskõlas MySQL-iga, millel on rohkem funktsioone ja parem jõudluse parandamine. Selle postituse kirjutamiseni on MariaDB 10.0 seeria arendusversioon (Alpha) ja MariaDB 5.5 on praegune stabiilne (GA) väljaanne.

Miks peaksin kasutama MariaDB-d?

Nagu me kõik teame, on MySQL laialdaselt kasutatav ja populaarseim RDBMS ning arendajate esimene valik. 2008. aastal omandas MySQL Sun Microsystem, mille ostis Oracle ja mis pole enam avatud lähtekoodiga.

Noh, MariaDB-d sponsoreerivad Monty Program AB ja MariaDB Fond ning seda arendavad iseseisvalt MySQL-i põhiarendajad ja teised kogukonna liikmed ning tõeliselt avatud lähtekoodiga. Mees, kes lõi MySQL-i andmebaasi Michael “Monty” Wideniuse, David Axmarki ja MySQL-i ning Monty Program AB asutaja Allan Larsso poolt, on nüüd MariaDB taga. Nad jälgiksid MariaDB fondi arengut.

Kes kasutavad MariaDB-d?

Levitusi on palju ja suured veebisaidid on üle läinud MariaDB-le, mõned neist on:

  1. Mozilla Corporation
  2. Vikipeedia
  3. OpenSuse
  4. Fedora
  5. OLX
  6. Nimbuzz
  7. SlashGear
  8. ArchLinux
  9. Redhat Enterprise Linux (RHEL7-lt)
  10. Nuhkvara
  11. Mageia
  12. Nuhkvara
  13. TurboLinux
  14. Tšakraprojekt
  15. Gentoo
  16. GNU/Linuxi KDu

MariaDB andmebaasi installimine RHEL/CentOS 6/5 ja Fedora 18/17

Soovitame installimiseks tungivalt kasutada kohandatud MariaDB YUM (pakettihaldur) hoidlat. Looge repo-fail all /etc/yum.repos.d/MariaDB.repo, kopeerige ja kleepige selle alla järgmised kirjed.

Praegu on MariaDB hoidlad saadaval RHEL 6, RHEL5, CentOS 6, CentOS 5 ja Fedora jaoks 20,19,18,17. Valige ja lisage oma OS-i versioonile õige hoidla.

# MariaDB 5.5 RedHat repository list - created 2013-08-11 14:29 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/rhel6-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 RedHat repository list - created 2013-08-11 14:30 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/rhel6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 RedHat repository list - created 2013-08-11 14:31 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/rhel5-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 RedHat repository list - created 2013-08-11 14:31 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/rhel5-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 CentOS repository list - created 2013-08-11 14:21 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 CentOS repository list - created 2013-08-11 14:22 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 CentOS repository list - created 2013-08-11 14:23 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos5-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 CentOS repository list - created 2013-08-11 14:23 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos5-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2014-03-19 06:34 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora20-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2014-03-19 06:35 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora20-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2014-03-19 06:31 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora19-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2014-03-19 06:34 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora19-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2013-08-11 14:32 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora18-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2013-08-11 14:33 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora18-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2013-08-11 14:33 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora17-x86
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
# MariaDB 5.5 Fedora repository list - created 2013-08-11 14:33 UTC
# http://mariadb.org/mariadb/repositories/
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/fedora17-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1

Kui olete faili MariaDB.repo paigutanud /etc/yum.repos.d/ alla. Installime järgmise YUM-i käsuga.

# On RHEL/CentOS 6/5 and Fedora 19,18,17 #
 yum -y install MariaDB MariaDB-server

# On Fedora 20 #
 yum -y install mariadb mariadb-server

Kui MariaDB GPG allkirjastamisvõtit pole installitud, installib YUM selle pärast kõigi pakettide allalaadimist automaatselt.

Kui installimine on lõpule jõudnud, käivitage MariaDB järgmise käsuga.

# On RHEL/CentOS 6/5 and Fedora 19,18,17 #
 /etc/init.d/mysql start

# On Fedora 20 #
 systemctl start mariadb.service 
 systemctl enable mariadb.service

Tippige terminalis käsk ‘mysql’. Vaikimisi on parooli juur tühi.

 mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 1
Server version: 5.5.32-MariaDB MariaDB Server

Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

Installimisega kaasas olevate vaikebaaside kuvamiseks käivitage järgmine käsk.

MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| test               |
+--------------------+
4 rows in set (0.00 sec)

Shellist väljumiseks tippige käsurealt käsk quit .

MariaDB [(none)]> quit
Bye

Pärast installimist peaksite hoolikalt läbi lugema ja järgima kõiki samme, mis määravad juurparooli , eemaldavad anonüümsed kasutajad , keelavad juurjuure sisselogimise ja eemaldage testandmebaas ja juurdepääs MariaDB turvamiseks.

  mysql_secure_installation
/usr/bin/mysql_secure_installation: line 379: find_mysql_client: command not found

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MariaDB
      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MariaDB to secure it, we'll need the current
password for the root user.  If you've just installed MariaDB, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none):

OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MariaDB
root user without the proper authorisation.

Set root password? [Y/n] Y

New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables..
 ... Success!

Remove anonymous users? [Y/n] y
 ... Success!

Normally, root should only be allowed to connect from 'localhost'.  This
ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] y
 ... Success!

By default, MariaDB comes with a database named 'test' that anyone can
access.  This is also intended only for testing, and should be removed
before moving into a production environment.

Remove test database and access to it? [Y/n] y
 - Dropping test database...
 ... Success!
 - Removing privileges on test database...
 ... Success!

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n] y
 ... Success!

Cleaning up...

All done!  If you've completed all of the above steps, your MariaDB
installation should now be secure.

Thanks for using MariaDB!

Kui installimise skript on lõpule jõudnud, peate uute muudatuste tegemiseks taaskäivitama MariaDB andmebaasi.

# On RHEL/CentOS 6/5 and Fedora 19,18,17 #
 /etc/init.d/mysql restart

# On Fedora 20 #
 systemctl restart mariadb.service 

Seadistage MariaDB käivitamisel käivitamiseks

 chkconfig mysql on

Proovime luua ühenduse äsja seatud juurmandaadiga ja peaksime nägema midagi sellist.

 mysql -u root -p
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 1
Server version: 5.5.32-MariaDB MariaDB Server

Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

MariaDB andmebaasi installimine Debiani 7/6 ja Ubuntu 13.04/12/10/12.04

Soovitame tungivalt installimiseks kasutada kohandatud hoidlat. MariaDB oma süsteemi lisamiseks käivitage järgmised käsud. Pange tähele, et allkirjastamise võti jääb Debianis ja Ubuntus samaks, kui impordite.

[email :~$ sudo apt-get install python-software-properties
[email :~$ sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xcbcb082a1bb943db

Kopeerige ja kleepige järgmised kirjed alaosas asuvasse faili /etc/apt/sources.list.

# MariaDB 5.5 repository list - created 2013-08-11 15:03 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirrors.scie.in/mariadb/repo/5.5/debian wheezy main
deb-src http://mirrors.scie.in/mariadb/repo/5.5/debian wheezy main
# MariaDB 5.5 repository list - created 2013-08-11 15:17 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirrors.scie.in/mariadb/repo/5.5/debian squeeze main
deb-src http://mirrors.scie.in/mariadb/repo/5.5/debian squeeze main
# MariaDB 5.5 repository list - created 2014-03-19 06:47 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirrors.scie.in/mariadb/repo/5.5/ubuntu saucy main
deb-src http://mirrors.scie.in/mariadb/repo/5.5/ubuntu saucy main
# MariaDB 5.5 repository list - created 2013-08-11 15:18 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirrors.scie.in/mariadb/repo/5.5/ubuntu raring main
deb-src http://mirrors.scie.in/mariadb/repo/5.5/ubuntu raring main
# MariaDB 5.5 repository list - created 2013-08-11 15:24 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirrors.scie.in/mariadb/repo/5.5/ubuntu quantal main
deb-src http://mirrors.scie.in/mariadb/repo/5.5/ubuntu quantal main
# MariaDB 5.5 repository list - created 2013-08-11 15:24 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirrors.scie.in/mariadb/repo/5.5/ubuntu precise main
deb-src http://mirrors.scie.in/mariadb/repo/5.5/ubuntu precise main

Kui olete võtme õigesti importinud ja hoidla õigesti lisanud, saate installida MariaDB käsuga apt-get, nagu näidatud. Installimise ajal võite paluda seadistada andmebaasi juurparooli.

[email :~$ sudo apt-get update
[email :~$ sudo apt-get install mariadb-server

Logi MariaDB-sse sisse varem määratud root-mandaadiga.

[email :~$ sudo mysql -u root -p
[sudo] password for narad: 
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 42
Server version: 10.0.3-MariaDB-1~raring-log mariadb.org binary distribution

Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>
MariaDB [(none)]> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
+--------------------+
3 rows in set (0.00 sec)

Märkus. Andmebaasist väljumiseks sisestage käsureale käsk quit .

Viited

  1. MariaDB Vs MySQL - funktsioonid
  2. MariaDB dokumentatsioon
  3. MariaDB avaleht