phpMyadmin installation and configuration
Related Posts
Install PHP 7.2 MCrypt extension
## How to install mcrypt in php7.2 ## ## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/ ## # # Check version…
How to connect to remote mysql server. Grant privileges
GRANT ALL PRIVILEGES ON *.* TO 'root'@'web.webhost.net' IDENTIFIED BY 'root-password-here';
