Not Stuck

Contrary to my earlier April Fool’s Stuck – No country to call home I’m alive and well in Hamburg Germany with my new job.

Thanks for those concerned MySQL souls that fell pray to my “Evil Genius” as Farhan called it.

Looking forward to seeing people at the MySQL User Conference in Santa Clara in two weeks.

Tagged with: Databases MySQL PrimeBase Technologies

Switching to JSON Error Logging in MySQL

You no longer need to manually parse the MySQL Error log via scripting and RegEx pattern matching. Using the component_log_sink_json component you can obtain JSON error logging for easier parsing.

Installing MySQL 9.7 LTS Community Edition on CentOS

Historically installing MySQL on a RedHat Compatible Linux server was as simple as yum install mysql-server. Today’s MySQL Oracle Linux, Red Hat Enterprise Linux, CentOS, and Fedora 9.7 instructions are not accurate mixing in 8.

Using GenAI directly in the database. A practical example using MySQL 8.0

If you have a typical MySQL production setup using MySQL 8.0 (EOL) with replication, you can take advantage of VillageSQL extensions to generate AI responses directly with your source data with no impact on your production setup or existing application software.