Ik zie dat er geen oplossing is gegeven en, heb zelf het probleem ook en ik heb me de pleuris zitten zoeken om een oplossing, maar ik heb niks gevonden op de forum over heel veel andere forums, en op google, en ik heb de howto gedaan:
[rml][ Howto] PHPMyAdmin[/rml] .
versies:
Apache/2.0.53 (Win32) PHP/4.3.10 Server at localhost Port 80
Als ik een echo plaats in de index.php dan laat hij dat wel zien.
Ik zie ook geen inlogschermpje terwijl ik wel "http" als waarde heb bij "auth_type".
evt belangrijke gegevens die ik in httpd.conf heb staan:
code:
1
2
3
4
5
6
7
8
| DocumentRoot "I:/projects/=sites="
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all |
gegevens in config.inc.php
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
| $cfg['PmaAbsoluteUri'] = 'http://192.168.1.101/phpmyadmin/';
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension to use ('mysql' or 'mysqli')
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = '?'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = '*******'; // access to the "mysql/user"
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = ''; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfg['Servers'][$i]['only_db'] = 'test'; // If set to a db-name, only |
Bij de installatie van mysql kon in alleen maar een wachtwoord invullen, en geen user, dus ik weet niet wat ik daar dan neer moet zetten.