On the installation page (setup.php) the Database server menu shows SQLite 3 only. It is not showing mysql which is what I have installed. Did I miss something?
I opened setup.php and under the select database setup function it shows this:
<script type="text/javascript">
function selectDatabaseSetup(field) {
switch (field.value) {
case 'sqlite':
case 'sqlite3':
$('#dbsqlite').show();
$('#dbdatafull').hide();
break;
default:
$('#dbsqlite').hide();
$('#dbdatafull').show();
break;
}
}
Shouldn't this show a case for mysql too?
Installation page doesn't show mysql on the Database server
Moderator: Thorsten
Re: Installation page doesn't show mysql on the Database ser
Hi,
if MySQL doesn't show up it's not enabled in your PHP configuration.
bye
Thorsten
if MySQL doesn't show up it's not enabled in your PHP configuration.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist