Tried to comment warning that triggers old warning message in installation script for Debian "Mysql 8 does not support Bookworm yet for Debian Unable to continue", which is not true, but that did not help in the end.
During installation your get next message and it stops the installation.
Updating currently installed packages, please wait... W: GPG error: http://repo.mysql.com/apt/debian bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B7B3B788A8D3785C
E: The repository 'http://repo.mysql.com/apt/debian bookworm InRelease' is not signed.
\
The installer is now downloading and installing all required packages.
NOTE: This process may take 10 to 15 minutes to complete, please wait...
E: Package 'mysql-client' has no installation candidate
E: Package 'mysql-server' has no installation candidate
Can someone help that needs to be modified in installation script to be able to install latest stable MySQL version 8.4? I had similar issues with MariaDB in another thread and you guys saved me.
I suspect that next part needs to be modified in installation script for Debian, but I am not entirely sure what to replace:
Thanks for the quick answer, however this only worked (got mysql Ver 8.0.40 for Linux on x86_64 (MySQL Community Server - GPL) if I donβt modify MySQL version in the installation script. I simply replaced βMysql 8β with βMysql 8.4β in next lines:
Last quick question, how did you get/found correct recv-keys which is B7B3B788A8D3785C. Asking this, so I can avoid such questions in the future + might be useful for newbies like me.
And just note for other people who will try this, donβt forget to comment out next lines in installation script hst-instal-debian.sh:
#if [ "$mysql8" = 'yes' ] && [ "$release" = '12' ]; then
# check_result 1 "Mysql 8 does not support Bookworm yet for Debian Unable to continue"
#fi