Registriert seit: 20. Jan 2006
Ort: Lübbecke
11.750 Beiträge
Delphi 12 Athens
|
AW: Wechsel MySQL 5.1 -> 8.x
23. Jul 2025, 10:27
Könnte daran liegen ( https://docwiki.embarcadero.com/RADS...rver_(FireDAC)):
Zitat:
Tip: RAD Studio IDE works in 32-bit; that is why it cannot connect with MySQL 8.0, which is only available in 64-bit. To avoid this connection issue you can use MySQL 5.7.29, which is the most recent 32-bit version of MySQL.
Wenn das ein Runtime Problem ist, hilft eventuell ein 64-Bit Target. Zur Designzeit kannst alternativ auch die 64-Bit IDE von Delphi 12 verwenden.
|