From 1d75c8d54f92539d26f630a004771ff091daad95 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 1 Jan 2024 22:25:40 -0500 Subject: [PATCH] vault backup: 2024-01-01 22:25:40 --- Databases/SurrealDB/Command line interface.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Databases/SurrealDB/Command line interface.md b/Databases/SurrealDB/Command line interface.md index f09ada6..184503b 100644 --- a/Databases/SurrealDB/Command line interface.md +++ b/Databases/SurrealDB/Command line interface.md @@ -7,5 +7,7 @@ The dots represent a subcommand that is supposed to present. Almost if not all commands (and subcommands) always come with a `--help` flag so you can get a reference on what the command does ## Starting the database -Optino`surreal start --auth --user root --pass root` -`surreal start --auth --user root --pass root file://path/to/database` +Option one: `surreal start --auth --user root --pass root` +Option two: `surreal start --auth --user root --pass root file://path/to/database` + +Option two I'm still figuring out. I just export it once I'm done and then import the export once I'm r \ No newline at end of file