user11770778
user11770778

Reputation: 83

How to see saved data of Google cloud SQL without creating a table?

I am working on an app maker project. I have used Google Cloud SQL as a database. Now my question is How can I see what data has been saved previously by going to the database directly.

Currently I have to create a table to see the saved data. But I don't want to use the table to see those data. Is there any way to see those data??

Upvotes: 1

Views: 354

Answers (1)

Igor Sovcik
Igor Sovcik

Reputation: 77

I am using metabase for fast data prewievs, but you can as well install phpmyadmin or mysql workbench.

Upvotes: 1

Related Questions