summaryrefslogtreecommitdiff
path: root/mysql/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-05-18 21:54:22 +0200
committerEugen Wissner <belka@caraus.de>2025-05-18 21:54:22 +0200
commitd0b3b964ac6d52266b1ba6c183ce152ee931067d (patch)
tree636a2d3bc134c12abdc7b45a0e027022b59fc58d /mysql/README
parent2b29702e8bfb669ee1df532e2f702c6e112d2458 (diff)
downloadslackbuilds-d0b3b964ac6d52266b1ba6c183ce152ee931067d.tar.gz
Add mysql 8
Diffstat (limited to 'mysql/README')
-rw-r--r--mysql/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql/README b/mysql/README
new file mode 100644
index 0000000..3869ec8
--- /dev/null
+++ b/mysql/README
@@ -0,0 +1,13 @@
+MySQL, the most popular Open Source SQL database management system, is
+developed, distributed, and supported by Oracle Corporation.
+
+- MySQL is a database management system.
+- MySQL databases are relational.
+- MySQL software is Open Source.
+- The MySQL Database Server is very fast, reliable, scalable, and easy
+ to use.
+- MySQL Server works in client/server or embedded systems.
+- A large amount of contributed MySQL software is available.
+
+MySQL is installed under /opt/mysql and doesn't conflict with mariadb.
+The unix socket is /opt/mysql/var/run/mysql.sock by default.