Startseite › Foren › Deutsches LiveCode-Forum › Anbindung an mySQL DB scheitert › Antwort auf: Anbindung an mySQL DB scheitert
Ich habs bei XAMPP probiert, leider die gleiche Fehlermeldung. Geht das überhaupt, wenn eine Datei nicht in htdocs ist, dass die dann auf localhost zugreifen kann? 😕
das ist mein Code:
put „MySQL“ into tDatabaseTyp
put „localhost“ into tDatabaseAddress
put „livecode“ into tDatabaseName
put „root“ into tDatabaseUser
put „“ into tDatabasePassword
ist denn „localhost“ als DatabaseAdress korrekt oder muss da vielleicht noch was in die URL rein?
root und „“ sind ja standardmäßig bei localhost als Benutzer und PW gesetzt.
Hier nochmal die Fehlermeldung:
button „Connect“: execution error at line n/a (External handler execution error: revdberr,invalid connection id) near „revdberr,invalid connection id“