How to install and use mariadb/MySQL on termux



How to install and use mariadb/MySQL on termux

How to install and use mariadb/MySQL on termux

learn how to install mariadb on termux and query your database

steps
———————-
run $ pkg upgrade
$ pkg install mariadb

after installation success
run $ mysqld_safe -u root / mysqld_safe
$ mysql (to start mariadb server)

Music: Ice Tea
Musician: Not The King. 👑

gmail : [email protected]

I have noticed some changes in termux when starting mariadb

if the above doesn’t work
just type in
$ mysql

without the dollar sign