I have MySQL database. I have FTP logins. I am trying to install PhpMyAdmin through FTP. I have already uploaded PhpMyAdmin folder from phpmyadmin.net to FTP, what should I do now to connect PhpMyAdmin to MySQL database? I can’t find any config files where I have to insert host url, database name, username and password from MySQL database. Thank you.
Share
First of all, download phpmyadmin from their website. Next, unzip it to the preferred directory to the server using FTP, SSH, etc – anything you prefer. Find config.sample.inc.php file in the root directory of phpmyadmin, rename it to config.inc.php and edit necessary options.