<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>mysql — FixDevs</title><description>Latest fixes and solutions for mysql errors on FixDevs.</description><link>https://fixdevs.com/</link><language>en</language><lastBuildDate>Thu, 26 Mar 2026 00:00:00 GMT</lastBuildDate><atom:link href="https://fixdevs.com/tags/mysql/rss.xml" rel="self" type="application/rss+xml"/><item><title>Fix: MySQL Replication Not Working — Replica Lag, Stopped Replication, or GTID Errors</title><link>https://fixdevs.com/blog/mysql-replication-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-replication-not-working/</guid><description>How to fix MySQL replication issues — SHOW REPLICA STATUS errors, relay log corruption, GTID configuration, replication lag, skipping errors, and replica promotion.</description><pubDate>Thu, 26 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>devops</category><category>debugging</category><category>backend</category><author>FixDevs</author></item><item><title>Fix: MySQL Full-Text Search Not Working — MATCH AGAINST Returns No Results</title><link>https://fixdevs.com/blog/mysql-full-text-search-not-working/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-full-text-search-not-working/</guid><description>How to fix MySQL full-text search issues — FULLTEXT index creation, minimum word length, stopwords, boolean mode vs natural language mode, InnoDB vs MyISAM, and LIKE fallback.</description><pubDate>Sun, 22 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>sql</category><category>backend</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: MySQL Index Not Being Used — Query Optimizer Skipping Indexes</title><link>https://fixdevs.com/blog/mysql-index-not-used/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-index-not-used/</guid><description>How to fix MySQL indexes not being used by the query optimizer — EXPLAIN output, implicit conversions, function on columns, composite index order, cardinality issues, and forcing indexes.</description><pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>backend</category><category>performance</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: MySQL Slow Query — Diagnosis and Optimization with EXPLAIN</title><link>https://fixdevs.com/blog/mysql-slow-query-optimization/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-slow-query-optimization/</guid><description>How to diagnose and fix slow MySQL queries — enabling the slow query log, reading EXPLAIN output, adding indexes, fixing N+1 queries, and optimizing JOINs and ORDER BY.</description><pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>performance</category><category>backend</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: MySQL Deadlock Found When Trying to Get Lock</title><link>https://fixdevs.com/blog/mysql-deadlock-detected/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-deadlock-detected/</guid><description>How to fix MySQL &apos;Deadlock found when trying to get lock; try restarting transaction&apos; — diagnosing deadlock causes, using SHOW ENGINE INNODB STATUS, and preventing deadlocks with consistent lock ordering.</description><pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>debugging</category><category>sql</category><author>FixDevs</author></item><item><title>Fix: MySQL ERROR 1064 (42000): You have an error in your SQL syntax</title><link>https://fixdevs.com/blog/mysql-error-1064-syntax-error/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-error-1064-syntax-error/</guid><description>How to fix MySQL syntax error 1064 caused by typos, reserved words, wrong quotes, missing commas, version-incompatible syntax, and ORM-generated queries.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>sql</category><author>FixDevs</author></item><item><title>Fix: MySQL ERROR 1205: Lock wait timeout exceeded</title><link>https://fixdevs.com/blog/mysql-lock-wait-timeout-exceeded/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-lock-wait-timeout-exceeded/</guid><description>How to fix MySQL ERROR 1205 Lock wait timeout exceeded caused by long-running transactions, row-level locks, missing indexes, deadlocks, and InnoDB lock contention.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>debugging</category><author>FixDevs</author></item><item><title>Fix: MySQL ERROR 1146 (42S02): Table &apos;database.table&apos; doesn&apos;t exist</title><link>https://fixdevs.com/blog/mysql-table-doesnt-exist/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-table-doesnt-exist/</guid><description>How to fix MySQL error 1146 Table doesn&apos;t exist caused by wrong database selection, case sensitivity issues, missing migrations, InnoDB tablespace corruption, and cross-OS imports.</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>sql</category><author>FixDevs</author></item><item><title>Fix: MySQL Too Many Connections – Error 1040</title><link>https://fixdevs.com/blog/mysql-too-many-connections/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-too-many-connections/</guid><description>How to fix the MySQL error 1040 &apos;Too many connections&apos; by adjusting max_connections, fixing connection leaks, and optimizing connection pooling.</description><pubDate>Mon, 09 Feb 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><author>FixDevs</author></item><item><title>Fix: MySQL ERROR 2002 (HY000): Can&apos;t connect to local MySQL server through socket</title><link>https://fixdevs.com/blog/mysql-error-2002-cant-connect-through-socket/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-error-2002-cant-connect-through-socket/</guid><description>How to fix MySQL ERROR 2002 (HY000) when the MySQL client can&apos;t connect through the Unix socket file on Linux, macOS, Docker, and WSL.</description><pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>linux</category><author>FixDevs</author></item><item><title>Fix: Access denied for user &apos;root&apos;@&apos;localhost&apos; (MySQL ERROR 1045)</title><link>https://fixdevs.com/blog/mysql-access-denied-for-user/</link><guid isPermaLink="true">https://fixdevs.com/blog/mysql-access-denied-for-user/</guid><description>How to fix MySQL &apos;ERROR 1045 (28000): Access denied for user root@localhost (using password: YES/NO)&apos; on Linux, macOS, Windows, and Docker. Covers password reset, auth plugin issues, skip-grant-tables recovery, MySQL 8 vs 5.7 differences, and host mismatches.</description><pubDate>Sat, 13 Dec 2025 00:00:00 GMT</pubDate><category>mysql</category><category>database</category><category>docker</category><category>linux</category><author>FixDevs</author></item></channel></rss>