summaryrefslogtreecommitdiff
path: root/topics/systems
diff options
context:
space:
mode:
authorPjotr Prins2023-11-12 10:45:58 +0100
committerPjotr Prins2023-11-12 10:45:58 +0100
commit2acf22848c9cc7409dbdd4a589cb0128064e2695 (patch)
tree7dcbb428130e1b8a98dad583ce19dcc9ed150590 /topics/systems
parentfdc57d7e7373414305172728966b8485e0a7b45c (diff)
downloadgn-gemtext-2acf22848c9cc7409dbdd4a589cb0128064e2695.tar.gz
Info on running mariadb over the network
Diffstat (limited to 'topics/systems')
-rw-r--r--topics/systems/mariadb/precompute-mapping-input-data.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/mariadb/precompute-mapping-input-data.gmi b/topics/systems/mariadb/precompute-mapping-input-data.gmi
index 20b23d4..a3142e6 100644
--- a/topics/systems/mariadb/precompute-mapping-input-data.gmi
+++ b/topics/systems/mariadb/precompute-mapping-input-data.gmi
@@ -706,7 +706,7 @@ mkdir tmp
mkdir run
tux04:/export/mysql$ ~/opt/guix-pull/bin/guix shell -C -N coreutils sed mariadb --share=/export/mysql/var=/var --share=/export/mysql/tmp=/tmp
export TMPDIR=/tmp
- mysqld_safe --datadir='/var/lib/mysql/' --port=3307 --user=$USER --group=users --nowatch --socket=/var/run/mysqld/mysqld.sock
+ mysqld_safe --datadir='/var/lib/mysql/' --protocol tcp --port=3307 --user=$USER --group=users --nowatch
```
and a client with: