注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:MariaDB"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m |
Threesixes (talk | contribs) m |
||
Line 23: | Line 23: | ||
{{console|body=###i## rc-service mysql restart | {{console|body=###i## rc-service mysql restart | ||
###i## mysql_secure_installation}} | ###i## mysql_secure_installation}} | ||
=== External Resources === | |||
*http://www.slideshare.net/bytebot/mariadb-10-the-complete-tutorial | |||
see: | see: | ||
{{package|dev-db/mysql}} | {{package|dev-db/mysql}} | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 23:42, June 2, 2015
MariaDB
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
MariaDB is a drop in replacement for MySQL.
Mariadb's executable is /usr/bin/mysql
Mariadb's init script is /etc/init.d/mysql
Installation
root # emerge dev-db/mariadb
First Run & Lock Down
Mariadb requires configuration upon instillation.
To deploy Mariadb:
root # emerge --config dev-db/mariadb
root # rc-service mysql restart root # mysql_secure_installation
External Resources
see: dev-db/mysql