🛈 SYSTEM INFORMATION |
---|
Ubuntu Linux 20.04.3
1.984
6.17-3
phpmyadmin
Script to install | phpMyAdmin |
---|---|
Version to install | 5.1.2 |
Installed URL | http://ajyoungski-let.co.uk/phpmyadmin/ |
Installed on | 02/09/2022 10:30:07 AM |
Installation directory | /home/ajyoungski-let/public_html/phpmyadmin |
Initial login | ajyoungski-let with password ********** |
Original website | http://www.phpmyadmin.net/ |
Hi I am migrating some sites that have large WP plugin log information (100s of mb)
(Don’t you wish WP plugin removal removed its tables, tick box to keep)
Anyway, I have installed phpmyadmin on a couple of sites from virtualmin but I don’t get a login
I just get this text
<?php
declare(strict_types=1);
use PhpMyAdmin\Routing;
if (! defined(‘ROOT_PATH’)) {
// phpcs:disable PSR1.Files.SideEffects
define(‘ROOT_PATH’, DIR . DIRECTORY_SEPARATOR);
// phpcs:enable
}
global $route, $containerBuilder;
require_once ROOT_PATH . ‘libraries/common.inc.php’;
$dispatcher = Routing::getDispatcher();
Routing::callControllerForRoute($route, $dispatcher, $containerBuilder);
thanks