setting.php
am 11.10.2006 - 13:24 Uhr in
Habe jetzt die setting.php mit datenbanküblichen daten geändert
$db_url = 'mysql://dbo1...:db1...@....de/db1...';
$db_prefix = '';
und
http://www...../... (für Unterverzeichnis)'
Leider bringt er mir diese Meldung:
This either means that the username and password information in your settings.php file is incorrect or we can't contact the MySQL database server. This could mean your hosting provider's database server is down.
The MySQL error was: Access denied for user: xxxx (Using password: YES).
Currently, the username is dbo1... and the database server is .....de.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
Was mache ich falsch habe diese auch hochgeladen ect.
Aber ich bekomme immer diese gleiche Meldung!
- Anmelden oder Registrieren um Kommentare zu schreiben
Re: setting.php
am 11.10.2006 - 13:29 Uhr
Habe jetzt die setting.php mit datenbanküblichen daten geändert
$db_url = 'mysql://dbo1...:db1...@....de/db1...';
$db_prefix = '';
und
http://www...../... (für Unterverzeichnis)'
Leider bringt er mir diese Meldung:
This either means that the username and password information in your settings.php file is incorrect or we can't contact the MySQL database server. This could mean your hosting provider's database server is down.
The MySQL error was: Access denied for user: 'dbo1...@212.227.118.30' (Using password: YES).
Currently, the username is dbo1... and the database server is .....de.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
For more help, see the Installation and upgrading handbook. If you are unsure what these terms mean you should probably contact your hosting provider.
Was mache ich falsch habe diese auch hochgeladen ect.
Aber ich bekomme immer diese gleiche Meldung!
nehme für diese routine den namen "admin" und keinen anderen, dann ging es bei mir.
setting.php
am 11.10.2006 - 13:35 Uhr
wo soll ich admin einsetzen?
Oben bei mysql oder unter bei www.
@icketom: admin wird bei Dir
am 11.10.2006 - 13:46 Uhr
@icketom: admin wird bei Dir funktionieren, aber bei 99% der anderen Nutzer sicherlich nicht.
@engel007: Bist Du sicher, daß Du die Datenbank-Zugangsdaten angegeben hast, wie Du sie von Deinem Provider erhalten hast?
1) Sicher, daß nirgends ein Tippfehler ist?
2) Sicher, daß nirgends ein Zahlendreher ist ?
3) Bist Du sicher, daß Du Dich ausserhalb von localhost einloggen darfst? - wenn nicht versuche
$db_url = 'mysql://dbo1...:db1...@localhost/db1...';
vg
--
sanduhrs - drupalcenter
--------------------------------
http://erdfisch.de
setting.php
am 11.10.2006 - 13:51 Uhr
Das sind die Daten die ich erhalten habe.
habe sie mir sogar extra abgespreichert, damit ich immer vergleichen kann.
Aber es ist kein Zahlendreher ect. drin.
Ich komme jetzt einfach nicht weiter.
Hast Du's mit localhost
am 11.10.2006 - 13:53 Uhr
Hast Du's mit localhost versucht?
--
sanduhrs - drupalcenter
--------------------------------
http://erdfisch.de
setting.php
am 11.10.2006 - 13:55 Uhr
auch das
'mysql://dbo1...:db1...@localhost/db1...'
Re: @icketom: admin wird bei Dir
am 11.10.2006 - 14:05 Uhr
@icketom: admin wird bei Dir funktionieren, aber bei 99% der anderen Nutzer sicherlich nicht.
@engel007: Bist Du sicher, daß Du die Datenbank-Zugangsdaten angegeben hast, wie Du sie von Deinem Provider erhalten hast?
1) Sicher, daß nirgends ein Tippfehler ist?
2) Sicher, daß nirgends ein Zahlendreher ist ?
3) Bist Du sicher, daß Du Dich ausserhalb von localhost einloggen darfst? - wenn nicht versuche
$db_url = 'mysql://dbo1...:db1...@localhost/db1...';
vg
--
sanduhrs - drupalcenter
--------------------------------
http://erdfisch.de
ne hatte folgendes problem, angelegter db-user wurde nicht akzeptiert, es ging bei mir nur mit admin natürlich denn bei beiden www. und db
setting.php
am 11.10.2006 - 21:33 Uhr
Gibt es noch andere Ideen.
Auch dies funktioniert nicht!