diff options
author | Arun Isaac | 2022-09-08 13:39:47 +0530 |
---|---|---|
committer | Arun Isaac | 2022-09-08 13:39:47 +0530 |
commit | 159a6d22264c60087ad8ddc7abca3eadcb934b8f (patch) | |
tree | 36101361d53cbc5285f636840ef18deb68f7e306 /topics/setting-up-local-development-database.gmi | |
parent | 4a8de7a3e37a503c5ff00fc103a248c21210efaa (diff) | |
download | gn-gemtext-159a6d22264c60087ad8ddc7abca3eadcb934b8f.tar.gz |
Note availability of database dump on space.
Diffstat (limited to 'topics/setting-up-local-development-database.gmi')
-rw-r--r-- | topics/setting-up-local-development-database.gmi | 2 |
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 ``` |