Make WordPress Core


Ignore:
Timestamp:
10/22/2024 11:41:29 PM (4 months ago)
Author:
desrosj
Message:

Build/Test Tools: Add support for MySQL 8.4 to the Docker environment.

See #62221.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r58157 r59277  
    8080
    8181    # For compatibility with PHP versions that don't support the caching_sha2_password auth plugin used in MySQL 8.0.
    82     command: --default-authentication-plugin=mysql_native_password
     82    command: ${LOCAL_DB_AUTH_OPTION-}
    8383
    8484    healthcheck:
Note: See TracChangeset for help on using the changeset viewer.