Archiv verlassen und diese Seite im Standarddesign anzeigen : db_mysql.php error
Warning: Can't connect to MySQL server on 'IP vom Server' (145) in /mnt/ls6/16/306/00000007/htdocs/tsk/admin/db_mysql.php on line 40
Warning: Supplied argument is not a valid MySQL-Link resource in /mnt/ls6/16/306/00000007/htdocs/tsk/admin/db_mysql.php on line 49
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
Kann mir einer sagen was falsch ist :) ich hab die Datei im ACISS oder wie auch immer hochgelden und wollte einfach nur das vb instalieren (2.2.9)
s.molinari
17.12.2002, 16:36
Hi A2k,
Bitte folge diese Anweisung: http://www.vbulletin-germany.com/article.php?sid=2&mode=&order=0
Darin ist alle Antworten.:)
Scott
p.s. Bitte in Member's Area bei vB.com deine Email Adresse abgeben. Danke.
das geht net genauso hab ich das gemacht gibt es eine möglichkeit einen von euch im irc zu treffen ? oder in einem anderen chat
thx
a2k
s.molinari
17.12.2002, 17:17
Nur wenn du das was in meinem "p.s." oben machst.
Scott
jo da bin ich schon eingetrage aber mit ner anderen addy und zwar die von der arbeit aber auf die habe ich dahein kein access so habe ich mich hier auf dem board mit einer anderen angemeldet k :)
server
irc.euirc.net:7000
#vbhelp
thx
a2k
All details updated successfully!
Überprüf mal die Serveradresse in admin/config.php.
alles klar hab ich gemacht aber nur dies hier :)
Warning: Unknown MySQL Server Host 'http' (0) in /mnt/ls6/16/306/00000007/htdocs/tsk/admin/db_mysql.php on line 40
Warning: Supplied argument is not a valid MySQL-Link resource in /mnt/ls6/16/306/00000007/htdocs/tsk/admin/db_mysql.php on line 49
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
die logings sind die vom server
Was hast Du denn bei$servername='localhost';eingetragen?
Da gehört meistens localhost hin oder eine IP-Adresse bzw. ein Domainname.
<?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='root';
$dbpassword='***********';
// name of database
$dbname='vBulletin';
// technical email address - any error messages will be emailed here
$technicalemail='webmaster@************';
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>
das ist merkwürdig.
Warning: Unknown MySQL Server Host 'http' (0) in /mnt/ls6/16/306/00000007/htdocs/tsk/admin/db_mysql.php on line 40
das 'http' ist der $servername='localhost'; den du in der konfigurationsdatei stehen hast.
wenn du da aber 'localhost' eingetragen hast, dann dürfte in der fehlermeldung nicht 'http' stehen, da müsste 'localhost' stehen.
*ratlosigkeit*
<?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='www.domain.de';
// username and password to log onto db server
$dbusername='****'; <--- user und pass hab ich vom provider
$dbpassword='****';
// name of database
$dbname='DB46269';
// technical email address - any error messages will be emailed here
$technicalemail='webmaster@meinedomain.de';
// use persistant connections to the database
// 0 = don't use
// 1 = use
$usepconnect=1;
?>
ich hab jetzt meine config ein wenig geändert und nun kommt das
Attempting to attach to database...
Warning: Can't connect to MySQL server on 'www.domain.de' (145) in /mnt/ls6/16/306/00000007/htdocs/admin/db_mysql.php on line 38
Warning: Supplied argument is not a valid MySQL-Link resource in /mnt/ls6/16/306/00000007/htdocs/admin/db_mysql.php on line 47
The database has failed to connect because you do not have permission to connect to the server. Please go back to the last step and ensure that you have entered all your login details correctly.
Click to go to the vBulletin website
Sollst Du denn auch www.domain.de als MySQL Server eintragen?
Diese Information musst Du auch von Deinem Hoster bekommen. Er hats auch sicher irgendwo stehen.
Hai,
mal ganz blöde nachgefragt: MySQL unterstützt dein Provider?
Und er hat Dir den Zugriff auf MySQL mit dem in der config.php eingetragenen User/pass eingerichtet?
vBulletin® v3.7.2, Copyright ©2000-2008, Jelsoft Enterprises Ltd.