2

Can anyone Tell me. Is there any way to use node js with MySQL or Mongo Db on TERMUX Android.

If you Help me. I will be very thankful to you.
I want to learn but I don't have computer.

Comments
  • 1
  • 0
    I know to use node js in TERMUX. But I want to use it with database. How can I use database in Android
  • 1
  • 0
    Thanks for your precious time
  • 2
    I have installed mysql in termux. And now I am using it with node js.
  • 0
    @AkshayTolwani doing everything on termux is limiting. https://hetzner.cloud//...
    Here you can get a server for free (choose the lowest cloud server, CX11 i think, and the free credits will last for months). Then you can connect via ssh and install everything you need!
  • 0
    @AkshayTolwani
    Yes I would like to share my knowledge.

    Steps -
    The first step to install database -

    Install MySQL in TERMUX by command " pkg install mariadb"

    Or

    Or There A simple way also is a app on Google Play Store which gives run php + MySQL. So you can Start it's server and enjoy Node Js with phpmyadmin. Isn't it cool.
    App link : https://play.google.com/store/apps/...

    Now it's turn for second and main step -
    Installating Node Js
    You can simply install node js on TERMUX by using this command : " pkg install nodejs ".

    And Now You are all set to use Nodejs with a database on Android.

    I Hope This Will Help A Lot Of People.
  • 0
    But I am still finding a way to use Mongo Db with node js on Android.
  • 0
    @AkshayTolwani Thanks 😊 for telling this

    I will definitely try it.
Add Comment