Skip to content

Instantly share code, notes, and snippets.

@jet10000
Last active August 29, 2015 13:58
Show Gist options
  • Save jet10000/10004082 to your computer and use it in GitHub Desktop.
Save jet10000/10004082 to your computer and use it in GitHub Desktop.
Installing MariaDB-10.10 on Ubuntu-13.10
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