Scholieren.com forum

Scholieren.com forum (https://forum.scholieren.com/index.php)
-   Software & Hardware (https://forum.scholieren.com/forumdisplay.php?f=20)
-   -   VBulletin Lite (https://forum.scholieren.com/showthread.php?t=120843)

Cool_D 08-06-2002 10:51

VBulletin Lite
 
als bij endoria mijn script geupload heb en ik naar install ga en als ik 2 keer op Click here to continue -> druk krijg ik deze melding:

Attempting to connect...

Connect failed: unexpected error from the database.

Error number: 1044

Error description: Access denied for user: 'cool_d@localhost' to database 'cool_d'

Please ensure that the database and server is correctly configured and try again.

Click to go to the vBulletin website

Wat heb ik verkeerd gedaan? de database naam staat op cool_d de username ook en de password is ook goed

Cool_D 08-06-2002 13:27

Niemand?

Harrie 08-06-2002 13:31

check t toch nog maar es een x..
want volgens mij krijg je alleen zo'n melding als je user/pass fout is..

Cool_D 08-06-2002 14:46

Citaat:

Harrie schreef:
check t toch nog maar es een x..
want volgens mij krijg je alleen zo'n melding als je user/pass fout is..

Mijn username klopt wel dit staat in config.php

Code:

<?php

/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be        //
/////////////////////////////////////////////////////////////

// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";

// hostname or ip of server
$servername="localhost";

// username and password to log onto db server
$dbusername="cool_d";
$dbpassword="<pass>";

// name of database
$dbname="cool_d";

//password needed to enter the control panel
$cppassword="<pass>";

?>

Wat klopt er nie taan? of moeten sommige bestanden in de map cgi-bin

Harrie 08-06-2002 15:26

heb je al wel in de db gezeten? met phpmyadmin oid ?

Cool_D 08-06-2002 18:26

Citaat:

Harrie schreef:
heb je al wel in de db gezeten? met phpmyadmin oid ?
Ik heb phpmyadmin nu op mijn server staan, ik heb nu het venster voor me met ong. de tekst:

Database doombringer wordt uitgevoerd op localhost
Geen tabellen gevonden in de database.
--------------------------------------------------------------------------------

Draai SQL query/queries op database doombringer [Documentatie] :


Laat deze query hier weer zien

Of Locatie van het tekstbestand :




Nieuwe tabel aanmaken in database doombringer :
Naam :
Velden :

Wat moet ik nu doen?

Of is er ergens een tutorial hoe ik dit moet doen?

Harrie 08-06-2002 18:50

je hebt de db niet goed ingevuld..
gebruik deze config.php..

Code:

<?php

/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be        //
/////////////////////////////////////////////////////////////

// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";

// hostname or ip of server
$servername="localhost";

// username and password to log onto db server
$dbusername="doombringer";
$dbpassword="<pass>";

// name of database
$dbname="doombringer";

//password needed to enter the control panel
$cppassword="<pass>";

?>


Cool_D 08-06-2002 19:14

Citaat:

Harrie schreef:
je hebt de db niet goed ingevuld..
gebruik deze config.php..

Code:

<code>

K, nu zijn we verder nu geeft ie dit aan:
Warning: Access denied for user: 'doombringer@localhost' (Using password: YES) in /home/endoria/cool_d/public_html/board/admin/db_mysql.php on line 31

Warning: Supplied argument is not a valid MySQL-Link resource in /home/endoria/cool_d/public_html/board/admin/db_mysql.php on line 37


Op lijn 31 staat dit:
Code:

$this->link_id=mysql_pconnect($this->server,$this->user,$this->password);
En op lijn 37 staat dit:
Code:

if(!mysql_select_db($this->database, $this->link_id))  {
Wat nu??? :D

Harrie 08-06-2002 19:28

lijn 37 is gevolg van 31..
het lag dus ten 1e aan de db..
en jij hebt de user/pass verkeerd..


*ik heb dat dus verkeerd gedaan* :o

Code:

<?php

/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be        //
/////////////////////////////////////////////////////////////

// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";

// hostname or ip of server
$servername="localhost";

// username and password to log onto db server
$dbusername="cool_d";
$dbpassword="<pass>";

// name of database
$dbname="doombringer";

//password needed to enter the control panel
$cppassword="<pass>";

?>


Cool_D 08-06-2002 19:41

Citaat:

Harrie schreef:
lijn 37 is gevolg van 31..
het lag dus ten 1e aan de db..
en jij hebt de user/pass verkeerd..


*ik heb dat dus verkeerd gedaan* :o

Code:

<?php

/////////////////////////////////////////////////////////////
// Please note that if you get any errors when connecting, //
// that you will need to email your host as we cannot tell //
// you what your specific values are supposed to be        //
/////////////////////////////////////////////////////////////

// type of database running
// (only mysql is supported at the moment)
$dbservertype="mysql";

// hostname or ip of server
$servername="localhost";

// username and password to log onto db server
$dbusername="cool_d";
$dbpassword="<pass>";

// name of database
$dbname="doombringer";

//password needed to enter the control panel
$cppassword="<pass>";

?>


Het is gelukt, heel erg bedankt!!!


Alle tijden zijn GMT +1. Het is nu 08:13.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.