Advertentie | |
|
![]() |
||
Citaat:
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
|
![]() |
|
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>"; ?> |
![]() |
||
Citaat:
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); Code:
if(!mysql_select_db($this->database, $this->link_id)) { ![]()
__________________
Losing is life's way of saying...you suck
|
![]() |
|
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>"; ?> |
![]() |
||
Citaat:
__________________
Losing is life's way of saying...you suck
|
Advertentie |
|
![]() |
|
|
![]() |
||||
Forum | Topic | Reacties | Laatste bericht | |
Software & Hardware |
PHP vraag Verwijderd | 6 | 05-04-2002 18:21 |