MySQL Server and Client on Android

How to Install MySQL Server and Client on Android

If you are still stucked in installation of MySQL (MariaDB) on your android — don’t worry we have a quick and best solution for that. We have already done a tutorial on this topic : How to Install MySQL (MariaDB) on Android With Termux But this tutorial on how to install mysql is going to be far more easy and straightforward than our old tutorial. We made a simple tool (bash scripting) to solve this problem, which automates all the processes and you only need to use some easy instructions commands....

April 22, 2023 · 431 words · Sumit, Nick
MySQL

How to Install MySQL (MariaDB) on Android With Termux

Introduction Generally, smartphones are not for programming but with the rapid evolution of technology the capability of smartphone is also increasing. We can do many programming stuffs on smartphone using some applications. In this blog, we are going to use a database management system in our smartphone using termux. We cannot run Mysql effeciently on smartphone but alternatively we can use MariaDB as our database management system. Mysql and mariadb have some similarities and differences....

April 22, 2023 · 512 words · Sumit, Nick
mysql

How to Import *.sql Files in MySQL + Download Sample Tables & Database

In this tutorial we will see how to import .sql (tables or databases) files in MySQL-CLI. MariaDB and MySQL have some differences and similarities although both are commonly known as MySQL. We will use MariaDB as our database management system throughout this tutorial. You can see below how the MySQL and MariaDB prompts look like : MySQL prompt: mysql> MariaDB prompt: MariaDB [(none)]> What is a ....

April 22, 2023 · 915 words · Sumit, Nick