HOW TO INSTALL MYSQL ON ANDROID

Published: 02 September 2021
on channel: ICT TRUSTED SOLUTIONS
507
14

To install MySQL Server on your smartphone using Termux, just follow this command.
apt update
apt upgrade
apt install mariadb
cd /data/data/com.termux/files/usr/etc/
mkdir my.cnf.d
mysql_install_db
mysqld_safe -u root &
mysql -u root
show databases;


Watch video HOW TO INSTALL MYSQL ON ANDROID online, duration hours minute second in high quality that is uploaded to the channel ICT TRUSTED SOLUTIONS 02 September 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 507 times and liked it 14 visitors.