Changes between Version 1 and Version 3 of Ticket #69531
- Timestamp:
- Mar 18, 2024, 8:44:09 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #69531
-
Property
Status
changed from
new
toassigned
- Property Owner set to herbygillot
- Property Keywords mysql8 removed
-
Property
Priority
changed from
High
toNormal
-
Property
Status
changed from
-
Ticket #69531 – Description
v1 v3 1 I am following the documentation in macports site ( https://trac.macports.org/wiki/howto/MySQL) to install mysql8 in my Mac (OS- catalina).1 I am following the documentation in macports site (wiki:howto/MySQL) to install mysql8 in my Mac (OS- catalina). 2 2 3 3 But, I am getting the below error 4 4 5 {{{ 5 6 2024-03-18T05:58:16.603714Z 0 [ERROR] [MY-000077] [Server] /opt/local/lib/mysql8/bin/mysqld: Error while setting value 'STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION' to 'sql_mode'. 6 7 2024-03-18T05:58:16.603738Z 0 [ERROR] [MY-013236] [Server] The designated data directory var/db/mysql8 is unusable. You can remove all files that the server added to it. 7 8 2024-03-18T05:58:16.603809Z 0 [ERROR] [MY-010119] [Server] Aborting 9 }}} 8 10 9 11 Is it not supported on old versions of mac 12 {{{ 10 13 2024-03-18T05:58:16.603984Z 0 [Note] [MY-010120] [Server] Binlog end 14 }}}