Toturial het opzetten van je eigen test-server. deel 1
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
Er is een groen bolletje bij MySql dus hij staat aan
en ik heb in conf.inc.php
dit veranderd zoals je zei:
$cfgPmaAbsoluteUri = 'http://localhost/phpmyadmin';
en ik heb in conf.inc.php
dit veranderd zoals je zei:
$cfgPmaAbsoluteUri = 'http://localhost/phpmyadmin';
en dan ga je naar http://localhost/phpmyadmin
(maar zie wel dan phpmyadmin map in de map www staat)
(maar zie wel dan phpmyadmin map in de map www staat)
Dan krijg ik dit 
-----------------
Welkom op phpMyAdmin 2.2.6
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 23
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 24
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 25
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 26
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 27
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 29
Fout
MySQL retourneerde:
Accès refusé pour l'utilisateur: 'root@localhost' (mot de passe: NON)

-----------------
Welkom op phpMyAdmin 2.2.6
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 23
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 24
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 25
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 26
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 27
Warning: Cannot add header information - headers already sent by (output started at c:\program files\easyphp\www\phpmyadmin\libraries\auth\config.auth.lib.php:91) in c:\program files\easyphp\www\phpmyadmin\header.inc.php on line 29
Fout
MySQL retourneerde:
Accès refusé pour l'utilisateur: 'root@localhost' (mot de passe: NON)
config.inc.php is zo ingesteld klopt hoord dit zo of moet er nog iets ingesteld worden?
Code: Selecteer alles
// The $cfgServers array starts with $cfgServers[1]. Do not use $cfgServers[0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfgServers[$i]['host'] = 'localhost'; // MySQL hostname
$cfgServers[$i]['port'] = ''; // MySQL port - leave blank for default port
$cfgServers[$i]['socket'] = ''; // Path to the socket - leave blank for default socket
$cfgServers[$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
$cfgServers[$i]['controluser'] = ''; // MySQL control user settings
// (this user must have read-only
$cfgServers[$i]['controlpass'] = ''; // access to the "mysql/user"
// and "mysql/db" tables)
$cfgServers[$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfgServers[$i]['user'] = 'root'; // MySQL user
$cfgServers[$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
$cfgServers[$i]['only_db'] = ''; // If set to a db-name, only
// this db is displayed
// at left frame
// It may also be an array
// of db-names
$cfgServers[$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname
$cfgServers[$i]['bookmarkdb'] = ''; // Bookmark db - leave blank for no bookmark support
$cfgServers[$i]['bookmarktable'] = ''; // Bookmark table - leave blank for no bookmark support
$cfgServers[$i]['relation'] = ''; // table to describe the relation between links (see doc)
// - leave blank for no relation-links support
- superman5000
- Berichten: 741
- Lid geworden op: 05 nov 2003, 09:51
- Locatie: breda
- Contacteer:
zo te zien aan de error op de vorge pagina.
is je password fout.
verander de boven genoemde string naar je user en password instellingen.
grz. superman5000
is je password fout.
Code: Selecteer alles
$cfgServers[$i]['user'] = 'JE GEBRUIKERS NAAM';
$cfgServers[$i]['password'] = 'JE PASSWORD';
grz. superman5000
heb je dit ook?
Code: Selecteer alles
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin';
:thumb: oke PHPmyAdmin werkt.webstab schreef:heb je dit ook?heb ikCode: Selecteer alles
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin';
Maar de installatie van phpBB doet het wel nog niet

Code: Selecteer alles
Er is een fout opgetreden tijdens de installatie
Er is een fout opgetreden tijdens het updaten van de database
Aucune base n'a été sélectionnée
- superman5000
- Berichten: 741
- Lid geworden op: 05 nov 2003, 09:51
- Locatie: breda
- Contacteer:
- superman5000
- Berichten: 741
- Lid geworden op: 05 nov 2003, 09:51
- Locatie: breda
- Contacteer:
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
- superman5000
- Berichten: 741
- Lid geworden op: 05 nov 2003, 09:51
- Locatie: breda
- Contacteer:
- WebSiteNet
- Berichten: 6524
- Lid geworden op: 20 okt 2003, 16:56
- Locatie: Wieringerwerf
- Contacteer:
Kijk eens in het topic!superman5000 schreef:zo te zien aan de error op de vorge pagina.
is je password fout.
verander de boven genoemde string naar je user en password instellingen.Code: Selecteer alles
$cfgServers[$i]['user'] = 'JE GEBRUIKERS NAAM'; $cfgServers[$i]['password'] = 'JE PASSWORD';
grz. superman5000
- Woutero666
- Berichten: 13
- Lid geworden op: 22 mar 2004, 18:04
- Locatie: Nederweert
- Contacteer:
achter $cfg['PmaAbsoluteUri'] =open config.inc.php
zoek naar
$cfg['PmaAbsoluteUri'] =
achter dat vul je in.
'http://localhost/phpmyadmin;
dan ga je nu in je internet brouwser naar http://localhost
dan krijg je een pagina waar je dan naar phpmyadmin kan en naar phpbb
heb ik het foute ingevuld en weet niet hoe ik het moet verandere

High Again?
-
- Berichten: 7
- Lid geworden op: 22 mar 2004, 19:02
hoe moet ik nou dan een database aanmaken :S:S want dat moet ik in vullen bij phpBB instal. Als ik via phpmyadmin bij Nieuwe database aanmaken [Documentatie]: Iets invul en dan op aanmaken klik moet ik een nieuwe tabel aan maken. Moet ik dit doen of niet. Als ik de naam van de aan gemaakte tabel invul bij phpinstal dan krijg ik van: Could not connect the database.
Wat moet ik dan doen?
Wat moet ik dan doen?