mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
MariaDB is one of the most popular database servers in the world. It's made by the original developers of MySQL and guaranteed to stay open source. Notable users include Wikipedia, Facebook and Google. MariaDB turns data into structured information in a wide array of applications, ranging from banking to websites. It is an enhanced, drop-in replacement for MySQL. MariaDB is used because it is fast, scalable and robust, with a rich ecosystem of storage engines, plugins and many other tools make it very versatile for a wide variety of use cases. MariaDB is developed as open source software and as a relational database it provides an SQL interface for accessing data. This latest versions of MariaDB also include GIS and JSON features. WWW: http://mariadb.org/ Reviewed by: koobs (mentor), feld (mentor) Approved by: koobs (mentor), feld (mentor) Differential Revision: D3953
15 lines
636 B
Text
15 lines
636 B
Text
************************************************************************
|
|
|
|
Remember to run mysql_upgrade (with the optional --datadir=<dbdir> flag)
|
|
the first time you start the MySQL server after an upgrade from an
|
|
earlier version.
|
|
|
|
MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for
|
|
my.cnf. Please move existing my.cnf files from those paths to
|
|
%%PREFIX%%/etc and %%PREFIX%%/etc/mysql.
|
|
|
|
This port does NOT include the mytop perl script, this is included in
|
|
the MariaDB tarball but the most recent version can be found in the
|
|
databases/mytop port
|
|
|
|
************************************************************************
|