5,838
edits
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
<pre>sudo phpenmod mysqli
sudo service apache2 restart
sudo
|
edits