Dr. Charles Bell

Results 82 comments of Dr. Charles Bell

Ok, what does the SQL command SELECT @@version return? On Fri, Oct 22, 2021 at 03:18 mprof9 ***@***.***> wrote: > Thank you. > Actually, from the mysql.user table, the user...

Well, it's suspicious because you shouldn't get that error. I suspect there is a PHP or some other script in the middle. I would suggest using the mysql client tool...

Well, it's suspicious because you shouldn't get that error. I suspect there is a PHP or some other script in the middle. I would suggest using the mysql client tool...

The MySQL client is named MySQL. It is a command line tool. Workbench will indeed work, but you must create a connection using the same credentials in your Arduino sketch...

Ok, thanks. When I get some time, I’ll setup an Azure MySQL instance and try it myself. On Fri, Oct 22, 2021 at 10:36 mprof9 ***@***.***> wrote: > This is...

What version of the ESP library are you using? Version 3.0 has a known issue. If you can downgrade to 2.7.4, it should work. See issue#185.

Ok, I will try to get you something to test in a few days. On Mon, Apr 8, 2019 at 9:23 PM Gabe-Soares wrote: > Hey! > As we spoke...

Thanks for the report. This wasn't part of my original code but since the developer abandoned it, I guess it's mine to fix. ;) Will add this to the list...

Hi, Yes. The GitHub site contains the latest version and the next pending release. The Arduino package manager has the older, released version. If you want to get the latest...

Hello. First, you should determine what has changed to suddenly cause this failure. Identifying what changed is the best path forward. Was it an upgrade to your system, database, hardware,...