Browsing Tag
mysql
23 posts
How join works internally in SQL – part 2
In the last blog, I wrote about the physical joins used by the SQL engine. Before version 8,…
How to Connect WSL2 (with Laravel App) to a XAMPP MySql Server on Windows
You have a MySql server running on Windows perhaps with XAMPP. You also have Wsl2 and want to…
FullText index in MySQL
MySQL is one of the most used relational database management systems. We all know that it is fast…