Hello Everyone! I am facing some problem related to deploying my nodejs application.
I have deployed my nodejs application using github, but do not know how can I connect phpmyadmin so that data is store in DB.
Any help is appreciated. 🙂
7 Replies
Project ID:
fa35992e-ea36-4e39-9a77-6129bdf3f1cb
fa35992e-ea36-4e39-9a77-6129bdf3f1cb/service/459c7c83-7ee8-43e4-a4f4-5c2b59878998
On Railway, databases should be external to your process service. You can add a database in your project page
Hi. Adam
I am on project page but could not see, adding database option.
Is is possible to create phpmyadmin and then give that credentials in my app.
So that DB can be accessed in production.
railway doesn't offer phpmyadmin instance btw.
if you want to access your db to explore, you can use an external tool, for example
Beekeeper Studio
use railways mysql database plugin with mysql workbench on your computer instead of phpmyadmin