andyg2 commented on issue #2206: URL: https://github.com/apache/hertzbeat/issues/2206#issuecomment-2210166129
> Are you deploying a completely new version, or upgrading from an older version? #### It's a completely new version. ____________ Side note - possibly related - maybe expected: I've logged in to mysql and the hertzbeat database is empty (no tables) sh-5.1# `mysql -uroot -p123456;` Server version: 8.4.1 MySQL Community Server - GPL mysql> `show databases;` ``` +--------------------+ | Database | +--------------------+ | hertzbeat | | information_schema | | mysql | | performance_schema | | sys | +--------------------+ ``` mysql> `use hertzbeat;` ``` Database changed ``` mysql> `show tables;` ``` Empty set (0.00 sec) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
