Changes
From SME Server
Jump to navigation
Jump to search
← Older edit
Newer edit →
User talk:Mmccarn
(view source)
Revision as of 16:46, 11 January 2014
913 bytes added
,
16:46, 11 January 2014
Simplify Mariadb side-by-side notes
Line 1:
Line 1:
==Install mariadb 'alongside' mysql==
==Install mariadb 'alongside' mysql==
−
===Raw notes on mariadb installation===
+
===Installation===
+
These installation notes are based on the notes from From: https://mariadb.com/kb/en/installing-mariadb-alongside-mysql/
+
+
Yum cannot be used for a 'side-by-side' installation (where mysql is left in place and mariadb is run as a separate service).
+
====Create service account====
+
Create a user named '''mariadb''' in server-manager. This user account will be used by mariadb when running, and does not need to have a password set.
+
+
====Download MariaDB and extract into /opt====
+
+
<nowiki>mkdir -p addons
+
cd addons
+
RELEASE=5.5.34
+
wget https://downloads.mariadb.org/interstitial/mariadb-$RELEASE/kvm-bintar-hardy-x86/mariadb-$RELEASE-linux-i686.tar.gz/from/http://mirror.jmu.edu/pub/mariadb
+
cd /opt
+
tar zxvf ~/addons/mariadb-$RELEASE-linux-i686.tar.gz</nowiki>
+
+
====Create folders and links====
+
+
<nowiki>RELEASE=5.5.34
+
cd /opt
+
ln -s mariadb-$RELEASE-linux-i686 mariadb
+
mkdir mariadb-data
+
#
+
+
+
=
===Raw notes on mariadb installation
=
===
<nowiki>
<nowiki>
#####################################################################################
#####################################################################################
Mmccarn
Administrators
688
edits
Navigation menu
Page actions
User page
Discussion
View source
History
Page actions
User page
Discussion
More
Tools
In other languages
Personal tools
English
Log in
Koozali SME Server
Main Page
Welcome
Releases
Testimonials
Documentation
SME Server FAQ
Volunteering
Commercial Support
Recent activities
Dashboard
Recent wiki changes
Recent bug changes
Unread Forum posts
Koozali resources
Contribs
How-To's
Forums
Bugzilla
Mailing Lists
Translations
Download
Koozali SME Server wiki
Wiki statistics
Wiki categories
Wiki Help
Koozali Wiki Help
Tools
User contributions
Logs
View user groups
Special pages
Printable version
Search