Hallo,
Mijn vorige topic was dichtgegeooid omdat ik een slechte ts had dus ik probeer het maar opnieuw vandaag die "#2"
ik wou Vbullitin forum software instaleren..maar ik heb een mysql probleem.
Het forum draait zonder problemen met deze user settings:
****Stukje uit config.php van Vbullitin****
Maar met deze settings heb ik problemen:
***Stukje uit de config van Vbullitin****
[Code]
// ****** MASTER DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$config['MasterServer']['servername'] = 'localhost';
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = 'wachtwoord';
Dan wil die niet connecten naar database..
*****Zo zijn de settings van Config.inc.php van phpmyadmin..van apache en dit samen met het eerste stukje code van vbullitins config die ik gaf..werkt het*****
Er dan staat er dit in de code: (requires PHP >= 4.3.0) terwijl ik 4.4.0 draai..ik weet niet of dat veel uit maakt..
***Weer stukje uit de config.inc.php van phpmyadmin Zo werkt het niet samen met stukje 1 en 2 van vbullitin code die ik gaf***
En het rare was dit kreeg ik bij de install van apache2triad:

Ik heb port 3306 geopent..op mijn eigen pc heb ik hetzelfde probleem..
Spec's van server:
P3 450mhz
640SD-ram
Dell Optiplex GX1 450L+
Windows 2003 server enterprise Corp
Internetverbinding: 1600/512 > word 3000/512
Router: Sitecom WL-108 Adsl Router
Genoeg info zo toch ?
Mijn vorige topic was dichtgegeooid omdat ik een slechte ts had dus ik probeer het maar opnieuw vandaag die "#2"
ik wou Vbullitin forum software instaleren..maar ik heb een mysql probleem.
Het forum draait zonder problemen met deze user settings:
****Stukje uit config.php van Vbullitin****
code:
1
2
3
4
5
6
7
8
9
10
11
| // ****** MASTER DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$config['MasterServer']['servername'] = 'localhost';
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = ''; |
Maar met deze settings heb ik problemen:
***Stukje uit de config van Vbullitin****
[Code]
// ****** MASTER DATABASE SERVER NAME ******
// This is the hostname or IP address of the database server.
// It is in the format HOST:PORT. If no PORT is specified, 3306 is used.
// If you are unsure of what to put here, leave it at the default value.
$config['MasterServer']['servername'] = 'localhost';
// ****** MASTER DATABASE USERNAME & PASSWORD ******
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'root';
$config['MasterServer']['password'] = 'wachtwoord';
Dan wil die niet connecten naar database..
*****Zo zijn de settings van Config.inc.php van phpmyadmin..van apache en dit samen met het eerste stukje code van vbullitins config die ik gaf..werkt het*****
code:
1
2
3
4
5
6
7
8
9
10
11
12
| $cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = 'root'; // 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'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed |
Er dan staat er dit in de code: (requires PHP >= 4.3.0) terwijl ik 4.4.0 draai..ik weet niet of dat veel uit maakt..
***Weer stukje uit de config.inc.php van phpmyadmin Zo werkt het niet samen met stukje 1 en 2 van vbullitin code die ik gaf***
code:
1
2
3
4
5
6
7
8
9
10
11
12
| $cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol for the MySQL connection
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = 'root'; // MySQL control user settings
// (this user must have read-only
$cfg['Servers'][$i]['controlpass'] = 'wachtwoord'; // 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'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'wachtwoord'; // MySQL password (only needed with 'config' auth_type) |
En het rare was dit kreeg ik bij de install van apache2triad:
Ik heb port 3306 geopent..op mijn eigen pc heb ik hetzelfde probleem..
Spec's van server:
P3 450mhz
640SD-ram
Dell Optiplex GX1 450L+
Windows 2003 server enterprise Corp
Internetverbinding: 1600/512 > word 3000/512
Router: Sitecom WL-108 Adsl Router
Genoeg info zo toch ?
[ Voor 9% gewijzigd door Verwijderd op 14-09-2005 18:07 ]