diff options
author | Heinz Wiesinger <pprkut@liwjatan.at> | 2010-10-20 01:54:52 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-20 10:50:24 -0500 |
commit | 3d74e7552a27d6bc6cfa1a2d83de6ec4e9516643 (patch) | |
tree | 65fa4a36c82140128c4dacea96913efc3ad4bdc9 /system/mariadb/README | |
parent | 3d06bf97f2d59f94b04c26c73d38a34ccfa7626c (diff) | |
download | slackbuilds-3d74e7552a27d6bc6cfa1a2d83de6ec4e9516643.tar.gz |
system/mariadb: Added (Drop-in replacement for MySQL)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/mariadb/README')
-rw-r--r-- | system/mariadb/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/mariadb/README b/system/mariadb/README new file mode 100644 index 0000000000..82cbe95847 --- /dev/null +++ b/system/mariadb/README @@ -0,0 +1,9 @@ +MariaDB is a backward compatible, drop-in replacement branch of the +MySQL(R) Database Server. It includes all major open source storage +engines, including the Aria storage engine. + +This conflicts with Slackware's mysql package. Do NOT install both! + +If you want to build the embedded mysql server (libmysqld), which +you will need if you plan to (re)build amarok, then run the script +with EMBEDDED=yes in the environment. |