i get database by using
bench --site sitename mariadb
SHOW TABLES;
i want ui like phpmyadmin
and also i want to run mysql phpmyadmin and erpnext database at same time
i get database by using
bench --site sitename mariadb
SHOW TABLES;
i want ui like phpmyadmin
and also i want to run mysql phpmyadmin and erpnext database at same time
The ERPNext MariaDB database is an ordinary, separate MySQL database. You can use any UI you want, including phpmyadmin. Install your favorite UI or IDE. And create a connection to the database, using IP, port, username, password. No special ERPNext knowledge is required.
Try this:
Php username is root or the same username you set with your MariaDB as well as your set password
Source : https://itslinuxfoss.com/install-phpmyadmin-ubuntu-22-04/