ucan-lab
ucan-lab
``` $ mysqldump -V mysqldump Ver 10.19 Distrib 10.5.21-MariaDB, for debian-linux-gnu (x86_64) ``` https://github.com/ucan-lab/docker-laravel/blob/v2.4.2/infra/docker/php/Dockerfile#L38 Since `default-mysql-client` installs MariaDB instead of MySQL, are the variable incompatible?
Here, the framework side specified an option... https://github.com/laravel/framework/blob/11.x/src/Illuminate/Database/Schema/MySqlSchemaState.php#L153 https://github.com/laravel/framework/blob/11.x/src/Illuminate/Database/Schema/MySqlSchemaState.php#L161
I would like to consider using frankenphp.
@minhkhoablieu Please provide details of your execution environment. This is the effect that was addressed in this issue #258 It is now possible to run it as a general user,...
It's a late response, but once this PR(#277) is merged, it should be possible to build it as a root user or a non-root user.