Setup phpMyAdmin & MySQL on Android (Termux)

preview_player
Показать описание
How to fix Deprecated Errors?
Watch this short, Click here : ⬇️

In this video, I will guide you through the process of setting up phpMyAdmin on Termux, allowing you to manage your databases directly from your mobile device.

Follow along as I demonstrate each step, from installing necessary packages to configuring MariaDB and phpMyAdmin.

What You'll Learn:
- How to update and install packages in Termux
- Setting up and securing MariaDB
- Configuring phpMyAdmin for easy access
- Troubleshooting common issues

Whether you're a beginner or looking to enhance your mobile development skills, this step-by-step tutorial is for you! Don't forget to subscribe for more tech tutorials and tips!

1. Update and Upgrade Termux Packages
- Run `pkg update && pkg upgrade`

2. Install Required Packages
- Install MariaDB: `pkg install mariadb`
- Install PHP: `pkg install php`
- Install phpMyAdmin: `pkg install phpmyadmin`

3. Configure MariaDB
- Initialize database files: `mariadb-install-db`
- Start MariaDB in safe mode: `mariadbd-safe -u root`
- Secure MariaDB installation: `mariadb-secure-installation`

🚨 (SET a new password for root)

4. Configure phpMyAdmin
- Navigate to phpMyAdmin directory: `cd ../usr/share/phpmyadmin`
- Change `server host` to `127.0.0.1` and `AllowNoPassword` to `true`
- Save and exit the file

5. Start PHP Server
- Run: `php -S localhost:8080`
- Access phpMyAdmin via your browser at `localhost:8080`

6. Troubleshoot Common Issues
- Solutions for Unix socket authentication problems
- How to log in without a password

- #phpMyAdmin #termux #mysql #php
- Database Management
- Mobile Development #programming #developer
- Tech Tutorials
- How to Install phpMyAdmin
- Termux Setup
- Linux on Android
Рекомендации по теме
Комментарии
Автор

🎉 Hi everyone who is watching this video. If you got errors running phpmyadmin 5.2.1. ⬇️


⬇️Click here, watch this short to fix it:


🤗Thanks you very much Fellow.

terminux-gp
Автор

Can you make part to how to setup, like creating a php file

superdave
Автор

How do access phpmyadmin interface without necessary components like php-apache,  php-mysqli, and php-cli

lukadeng
Автор

I get this error when using secure-installation ERROR 1698 (28000): Access denied for user 'root'@'localhost'

jhonmaickol
Автор

Did you got error using php 8.4 with phpmyadmin?

terminux-gp
visit shbcf.ru