SSD - Unable to connect SQL in SSD server service

I tried to connect mysql locally in SSD but it is not working getting the below error a


I configured my SQL node as below

1 Like

@Muhseena_T @Sarath @Shamnad_KS @Simphiwe please help

HI @Vignesh-U
Please try connecting to the database using a client tool like pgAdmin to verify if the connection can be established successfully. This will help determine whether the issue is with the database itself or with the application’s connection settings.

2 Likes

Hi @Vyshnav_PC It’s not problem with db because, I tried to establish the same with nodeJs and I am able to get the data successfully from DB.
It is not working in SSD only.

1 Like

Hello @Vignesh-U ,
Could you please configure your database using the data model approach in studio?

1 Like

Steps you need to be taken:

  • Open the Data Model section from the left panel.
  • When you create a file, it will prompt you to create a database connection.
  • Select Database, and add a new DB with all your MySQL connection details.
  • Then, add the entity by specifying your table name and key field.
  • On your page, select the DB Operation node from the Data Model section and choose your desired action (e.g., insert, find).
  • Run and test your flow.
1 Like