SCRIPT IS NO LONGER ABLE TO INSTALL NUMPY, SCIPY, MATPLOTLIB, OPENCV, PILLOW DUE TO VERSION INCOMPATIBILITY.
Installs numpy, matplotlib, jupyter-notebook and sql
apt update && apt upgrade
apt install git
git clone https://github.com/Surajkumarsaw1/Termux-c12.git
cd Termux-c12
bash installer.sh
- Please be patience.
- Pandas may take few hours.
- I would suggest to install it at night.You may go to sleep after pandas installation have started.
apt update && apt upgrade
apt install git
git clone https://github.com/Surajkumarsaw1/Termux-c12.git
cd Termux-c12
bash db.sh
You may change username and password as you want.
CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'username'@'localhost';
exit
To start MySQL
mysql
To start MySQL with specific user
mysql -u username -p