Last active
August 29, 2015 13:58
-
-
Save jet10000/10004082 to your computer and use it in GitHub Desktop.
Installing MariaDB-10.10 on Ubuntu-13.10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The procedure for installing MariaDB on Debian, Ubuntu, and Linux Mint is easy, | |
and starts with a visit to the Repository Configuration Tool at: | |
http://downloads.mariadb.org/mariadb/repositories | |
山形大学, 米沢市 - Yamagata University, Yonezawa | |
Before using the tool you need to know which version of Ubuntu, Debian, or Mint touse. | |
If you do not know, an easy way to find out is with the following command: | |
xy@ubuntu:~$ cat /etc/lsb-release | |
DISTRIB_ID=Ubuntu | |
DISTRIB_RELEASE=13.10 | |
DISTRIB_CODENAME=saucy | |
DISTRIB_DESCRIPTION="Ubuntu 13.10" | |
Securing MariaDB in ten seconds | |
xy@ubuntu:~$ mysql_secure_installation | |
This command connects to MariaDB as the root user | |
xy@ubuntu:~$ mysql -u root -p | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment