News

Not able to connect to the database server on MySQL Workbench? Solve this error with a simple ALTER query. I think last week I published an article on how to install ...
The syntax for connecting to a mysql/MariaDB server without a password is not handled properly. No combination of different syntax when specifying a database url allows for a connection to a server ...
I'm running a local MariaDB server container on localhost and it's configured to allow root logins without a password. It's fine if I use the trilogy adapter to connect to it instead of the mysql2 one ...