News

MySQL Router: A software component used to set up high-availability scenarios for MySQL installations. The router isn’t needed for basic MySQL setups, and can always be installed later if needed.
MySQL is a client/server system that consists of a multi-threaded SQL server that supports different backends, client programs and libraries, administrative tools, and application programming ...
MySQL’s performance can be enhanced by fine-tuning configurations such as buffer pool size, query caching and indexing to meet the specific demands of transaction-heavy or read-intensive ...
Migrating from MySQL 5.7 to MySQL 8.0 or beyond will be a task that many developers and DBAs will have to support over the next few months. Start by planning ahead and understanding your options.
Today, PlanetScale, the well-funded MySQL database company founded by the co-creators of the Vitess open source project, announced that it is forking MySQL in order to add vector support — in ...
About MySQL and Postgres MySQL was originally open source, but it was bought and taken partially commercial by Oracle in 2010. To ensure it remained a free and independent open source project, the ...
TypeScript has emerged as a powerful environment for authoring web applications. We'll explore using TypeScript with Node.js, MySQL, and TypeORM.
Because MySQL is such a popular database, I thought it would be a great data source to use as an illustration. This will also refresh your memory on how to set MySQL up for remote connections.