Mirro Mutth

Results 28 comments of Mirro Mutth

The `BlobToByteBufferCodec` also should be noted, looks like it use same way to blocking `Flux`.

Hi there, thanks for your report. It is work to me, see https://github.com/mirromutth/r2dbc-mysql/blob/master/.github/workflows/build.yml And, please keep `mysql user` empty if you have defined `mysql root password`. The `mysql user` option...

@J4Wx @fridzema I try create test cases for this problem but I can not reproduce it. What have I missed? See https://github.com/mirromutth/mysql-action/blob/master/.github/workflows/test.yml and https://github.com/mirromutth/mysql-action/blob/master/test Thanks for your time

Hi there, Sorry for late reply. Sounds like the host port 3306 has bound. It seems like MySQL was set-up twice or the port 3306 has been bound by other...

@mazzarito You're right, MySQL has been installed and started by ubuntu, so the port 3306 has been bound by default MySQL that is outer than Docker. I will add a...

For now, there is no built-in functionality to execute a command on the host before docker build (i.e., no "hooks" to trigger scripts on the host). @fbjork @keyflight So we...

See [Software in virtual environments for GitHub Actions](https://help.github.com/en/articles/software-in-virtual-environments-for-github-actions). - Windows - It seems like Windows environment have not started MySQL, have not installed MySQL to a system service, and `mysqld`...

> ... (At least Postgres and SQL Server) ... Running different parameterized statements needs to happen in multiple roundtrips. MySQL is also needs to happen in multiple roundtrips when running...

Hi there, Thanks for your report, apologies for the late reply. Could you please let me know your MySQL server version, r2dbc-mysql version and JDK version?

Hi there, sorry for my late reply. It sounds like you are trying to execute a command, but the server does not support the command. As I can see, the...