Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 904 Bytes

File metadata and controls

30 lines (21 loc) · 904 Bytes

✅ SQL File Fixed - Ready to Import!

What Was Fixed

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 Status

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

Ready to Import

  1. Go back to phpMyAdmin Import page (you should still be there)
  2. Click "Choose File" again
  3. Select: database-backup-2025-12-06T02-11-20-mysql.sql
  4. Click "Import"
  5. Should work now!

The file has been cleaned and is ready for import. Try again!