17 lines
848 B
Markdown
17 lines
848 B
Markdown
## Platform to connect to our DB
|
|
We used DBeaver as connector to connect to Mysql DB. First you will need to install DBeaver in your local.
|
|
- Click connect button on the top left. In "main" tab, specify the Database name as "cs348db", username: cs348, Password Cs348Group!
|
|

|
|
- go to SSH tab. specify ssh host: mini.peisongxiao.com. user: cs348. passwd: cs348
|
|

|
|
- click finish
|
|
|
|
You are now good to navigate our DB.
|
|
## Load table
|
|
go all the way down to the ChatHistory, click it then you will be able to view our table, which contains all prompt history the user had with the chatbot so far, and the response from the robot(hard coded for now).
|
|

|
|
|
|
## Create a new table
|
|
We can create a new table in DBeaver and specify the columns, type of each columns, constraints, keys and so on..
|
|

|