MX on Linux: Difference between revisions

m
The PhpMyAdmin installer will ask some questions. Use your tab key to select <Yes> when it asks whether you want to configure with '''dbconfig-common'''.
 
Finally, we need to add the mysqli module to our php install, to restart apache, and to copycreate symbolic link for the phpadmin installation to the server web root as our new copyso can be seen in our browser and used there:
 
<pre>sudo phpenmod mysqli
sudo service apache2 restart
sudo inln -s /usr/share/phpmyadmin /var/www/html/phpmyadmin</pre>
 
 
5,838

edits