The error #1193 - Unknown system variable 'transaction_timeout' was caused by PostgreSQL-specific commands that weren't fully removed during conversion.
Removed:
- ✅
SET transaction_timeout = 0; - ✅
SET statement_timeout = 0; - ✅
SET lock_timeout = 0; - ✅
SELECT pg_catalog.set_config(...) - ✅ All other PostgreSQL-specific SET commands
✅ File is now clean and ready:
database-backup-2025-12-06T02-11-20-mysql.sql- Starts with proper MySQL commands
- No PostgreSQL-specific syntax remaining
- Go back to phpMyAdmin Import page (you should still be there)
- Click "Choose File" again
- Select:
database-backup-2025-12-06T02-11-20-mysql.sql - Click "Import"
- Should work now! ✅
The file has been cleaned and is ready for import. Try again!