Registreer FAQ Berichten van vandaag


Ga terug   Scholieren.com forum / Technologie / Software & Hardware
Reageren
 
Topictools Zoek in deze topic
Oud 08-06-2002, 10:51
Cool_D
Avatar van Cool_D
Cool_D is offline
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
__________________
Losing is life's way of saying...you suck
Met citaat reageren
Advertentie
Oud 08-06-2002, 13:27
Cool_D
Avatar van Cool_D
Cool_D is offline
Niemand?
__________________
Losing is life's way of saying...you suck
Met citaat reageren
Oud 08-06-2002, 13:31
Harrie
Avatar van Harrie
Harrie is offline
check t toch nog maar es een x..
want volgens mij krijg je alleen zo'n melding als je user/pass fout is..
Met citaat reageren
Oud 08-06-2002, 14:46
Cool_D
Avatar van Cool_D
Cool_D is offline
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
__________________
Losing is life's way of saying...you suck
Met citaat reageren
Oud 08-06-2002, 15:26
Harrie
Avatar van Harrie
Harrie is offline
heb je al wel in de db gezeten? met phpmyadmin oid ?
Met citaat reageren
Oud 08-06-2002, 18:26
Cool_D
Avatar van Cool_D
Cool_D is offline
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?
__________________
Losing is life's way of saying...you suck
Met citaat reageren
Oud 08-06-2002, 18:50
Harrie
Avatar van Harrie
Harrie is offline
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>";

?>
Met citaat reageren
Oud 08-06-2002, 19:14
Cool_D
Avatar van Cool_D
Cool_D is offline
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???
__________________
Losing is life's way of saying...you suck
Met citaat reageren
Oud 08-06-2002, 19:28
Harrie
Avatar van Harrie
Harrie is offline
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*

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>";

?>
Met citaat reageren
Oud 08-06-2002, 19:41
Cool_D
Avatar van Cool_D
Cool_D is offline
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*

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!!!
__________________
Losing is life's way of saying...you suck
Met citaat reageren
Advertentie
Reageren


Regels voor berichten
Je mag geen nieuwe topics starten
Je mag niet reageren op berichten
Je mag geen bijlagen versturen
Je mag niet je berichten bewerken

BB code is Aan
Smileys zijn Aan
[IMG]-code is Aan
HTML-code is Uit

Spring naar

Soortgelijke topics
Forum Topic Reacties Laatste bericht
Software & Hardware PHP vraag
Verwijderd
6 05-04-2002 18:21


Alle tijden zijn GMT +1. Het is nu 18:36.