summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2022-09-08 13:39:47 +0530
committerArun Isaac2022-09-08 13:39:47 +0530
commit159a6d22264c60087ad8ddc7abca3eadcb934b8f (patch)
tree36101361d53cbc5285f636840ef18deb68f7e306
parent4a8de7a3e37a503c5ff00fc103a248c21210efaa (diff)
downloadgn-gemtext-159a6d22264c60087ad8ddc7abca3eadcb934b8f.tar.gz
Note availability of database dump on space.
-rw-r--r--topics/setting-up-local-development-database.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/setting-up-local-development-database.gmi b/topics/setting-up-local-development-database.gmi
index ddb6e66..910c8de 100644
--- a/topics/setting-up-local-development-database.gmi
+++ b/topics/setting-up-local-development-database.gmi
@@ -16,7 +16,7 @@ Create a database db_webqtl_s
```
MariaDB [mysql]> CREATE DATABASE db_webqtl_s;
```
-Load the small database dump into the database. You may find the small database on tux02 at /home/aruni/gn2.sql.lz
+Load the small database dump into the database. You may find the small database either on space or tux02 at /home/aruni/gn2.sql.lz
```
$ lzip -cd gn2.sql.lz | mysql --protocol tcp -u root db_webqtl_s
```