I have installed mysql
and mysql server 5.7.20.
I can connect to mysql
in terminal using mysql -u root -p
I have also installed php 7.0.22
I have also installed apache2 2.4.18
and when I try to open : http://localhost/phpmyadmin/
I got file like this ...
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Main loader script
*
* @package PhpMyAdmin
*/
/**
* Gets some core libraries and displays a top message if required
*/
require_once 'libraries/common.inc.php';
/**
* display Git revision if requested
*/
require_once 'libraries/display_git_revision.lib.php';
require_once 'libraries/Template.class.php';
/**
* pass variables to child pages
*/
..........
I can not understand.
What is the actual issue
Please help me if you have any idea.