Where is the database? #143
Closed
sreenik250
started this conversation in
Documentation
Replies: 2 comments
-
I reinstalled it and got message |
Beta Was this translation helpful? Give feedback.
0 replies
-
if you're run this command in
then surreal will create |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed the DB yesterday.
sudo su -
curl -sSf https://install.surrealdb.com | sh
root@SREENIVAS:/# surreal start --log debug --user root --pass root file:/surreal
.d8888b. 888 8888888b. 888888b.
d88P Y88b 888 888 'Y88b 888 '88b
Y88b. 888 888 888 888 .88P
'Y888b. 888 888 888d888 888d888 .d88b. 8888b. 888 888 888 8888888K.
'Y88b. 888 888 888P' 888P' d8P Y8b '88b 888 888 888 888 'Y88b
'888 888 888 888 888 88888888 .d888888 888 888 888 888 888
Y88b d88P Y88b 888 888 888 Y8b. 888 888 888 888 .d88P 888 d88P
'Y8888P' 'Y88888 888 888 'Y8888 'Y888888 888 8888888P' 8888888P'
[2022-09-14 10:10:27] INFO surrealdb::iam Root authentication is enabled
[2022-09-14 10:10:27] INFO surrealdb::iam Root username is 'root'
[2022-09-14 10:10:27] INFO surrealdb::dbs Database strict mode is disabled
[2022-09-14 10:10:27] INFO surrealdb::kvs Starting kvs store at file:/surreal
[2022-09-14 10:10:27] INFO surrealdb::kvs Started kvs store at file:/surreal
[2022-09-14 10:10:27] INFO surrealdb::net Starting web server on 0.0.0.0:8000
[2022-09-14 10:10:27] INFO surrealdb::net Started web server on 0.0.0.0:8000
In another terminal
sudo su -
[sudo] password for sreenivas:
root@SREENIVAS:~# surreal sql --conn http://localhost:8000 --user root --pass root --ns sreenivas --db citrus01
Where is this db citrus01 created? Could not find in folder /surreal
Please throw some light. Exploring this new DB.
Beta Was this translation helpful? Give feedback.
All reactions