Wellness Posted February 13, 2004 Report Share Posted February 13, 2004 Hallo, ich habe mein Passwort f?r den Login vergessen. Die Funktion "Passwort vergessen" habe ich schon genutzt aber noch keine Mail bekommen. Ohne einloggen kann ich den Shop nicht weiter einrichten. Gehostet der Shop beim Provider bytecamp.net Viele Gr??e Andy :bounce: Link to comment Share on other sites More sharing options...
mzanier Posted February 13, 2004 Report Share Posted February 13, 2004 tja das ist nat?rlich bl?d UPDATE `customers` SET `customers_password` = 'a7a8e3170ae5d6c831273e6bab6901e0:07', WHERE `customers_id` = '1'; befehl im phpmyadmin ausf?hren, das setzt dein passwort auf "passwort" Link to comment Share on other sites More sharing options...
Wellness Posted February 13, 2004 Author Report Share Posted February 13, 2004 Wo soll ich diesen Code denn genau einf?gen? Link to comment Share on other sites More sharing options...
mzanier Posted February 13, 2004 Report Share Posted February 13, 2004 befehl im phpmyadmin ausf?hren Link to comment Share on other sites More sharing options...
Wellness Posted February 13, 2004 Author Report Share Posted February 13, 2004 Originally posted by mzanier@Feb 13 2004, 23:32 PM befehl im phpmyadmin ausf?hren Ist mir schon klar aber wo da? Link to comment Share on other sites More sharing options...
mzanier Posted February 13, 2004 Report Share Posted February 13, 2004 *hilfe* klick auf SQL dann kommt gro?es fenster, " Run SQL query/queries on database" dort einf?gen und auf Go klicken Link to comment Share on other sites More sharing options...
Wellness Posted February 13, 2004 Author Report Share Posted February 13, 2004 SQL-Befehl : PDATE `customers` SET `customers_password` = 'a7a8e3170ae5d6c831273e6bab6901e0:07', WHERE `customers_id` = '1' MySQL meldet: Fehler in der Syntax bei 'PDATE `customers` SET `customers_password` = 'a7a8e3170ae5d6' in Zeile 1. Link to comment Share on other sites More sharing options...
mzanier Posted February 13, 2004 Report Share Posted February 13, 2004 UPDATE Link to comment Share on other sites More sharing options...
Wellness Posted February 13, 2004 Author Report Share Posted February 13, 2004 Tja, die Fehlermeldung ist immernoch da. Bei phpMyadmin handelt es sich um Version 2.4.0-rc1 und die MySQL-Datenbank hat Version 4.0.15. UPDATE `customers` SET `customers_password` = 'a7a8e3170ae5d6c831273e6bab6901e0:07', WHERE `customers_id` = '1' MySQL meldet: Fehler in der Syntax bei 'WHERE `customers_id` = '1'' in Zeile 1. Zur?ck Link to comment Share on other sites More sharing options...
mzanier Posted February 13, 2004 Report Share Posted February 13, 2004 au mann.... UPDATE `customers` SET `customers_password` = 'a7a8e3170ae5d6c831273e6bab6901e0:07' WHERE `customers_id` = '1'; etwas technisches verst?ndniss sollte man schon mitbringen Link to comment Share on other sites More sharing options...
Wellness Posted February 13, 2004 Author Report Share Posted February 13, 2004 Originally posted by mzanier@Feb 13 2004, 23:48 PM au mann.... etwas technisches verst?ndniss sollte man schon mitbringen Entschuldigung. Jetzt geht der Login wieder aber m?chte gerne mein Passwort was verst?ndlich ist ?ndern. Link to comment Share on other sites More sharing options...
mzanier Posted February 13, 2004 Report Share Posted February 13, 2004 kundenkonto Link to comment Share on other sites More sharing options...
Wellness Posted February 13, 2004 Author Report Share Posted February 13, 2004 Ich stehe heute irgendwie auf dem Schlauch :grml: Sorry aber habe das Passwort jetzt ge?ndert. Link to comment Share on other sites More sharing options...
birneos Posted November 6, 2010 Report Share Posted November 6, 2010 au mann.... etwas technisches verst?ndniss sollte man schon mitbringen Die Codierung von Passwort in MD5 lautet: e22a63fb76874c99488435f26b117e37 Also bitte einfach respektive ersetzen! VG birneos:D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.