Fix php 8.4 phpmyadmin Deprecated Errors

Опубликовано: 31 Май 2026
на канале: Terminux web
1,540
33

Struggling with phpMyAdmin errors on PHP 8.4.1?

LINK FOR phpmyadmin 6

Official page :

www.phpmyadmin.net/downloads/#snapshot_6.0+snapshot/

ZIP FILE :

files.phpmyadmin.net/snapshots/phpMyAdmin-6.0%2bsnapshot-all-languages.zip


Code :

$cfg['Servers'][$i]['host'] = '127.0.0.1';

$cfg['Servers'][$i]['connect_type'] = 'tcp';

$cfg['Servers'][$i]['socket'] = '/data/data/com.termux/files/usr/var/run/mysqld/mysqld.sock';


INSTALL THE PHP-SODIUM:
pkg install php-sodium

Create/etc/php/php.in file
Add this line:

extension=sodium


That should work!




Getting 'Deprecated', 'No such file or directory', or MySQL connection issues? We've got you covered!

In this quick guide, we'll:
1️⃣ Download phpMyAdmin 6.0 Snapshot.
2️⃣ Fix compatibility and database connection errors.
3️⃣ Configure your setup for smooth MySQL integration.

Commands and steps are shown on screen. Don't forget to like and subscribe for more Termux and web development tutorials!


#php #phpmyadmin #phptutorials #install #error #bug #fix #programming