Add new servers to phpMyAdmin
Date: September 14, 2020
Add this into the config.inc.php file after adding the remote user and securing the connection:
$i++;
$cfg[‘Servers’][$i][‘verbose’] = ‘Server…
Add this into the config.inc.php file after adding the remote user and securing the connection:
$i++;
$cfg[‘Servers’][$i][‘verbose’] = ‘Server…
mysqladmin -u root -p processlist
First log in as root:
mysql -u root -p
Once logged in run these commands to purge…