Quick command in SSH to make a complete backup of your database : mysqldump –user=USER –password=PASSWORD –host=SERVER DATABASE_NAME > /backup.sql Of course, you will replace USER with your MySQL login ID, PASSWORD with the password, SERVER with the name of… Continue Reading →
I have found myself several times trying to import a very large SQL file (5GB) into phpMyAdmin, which cannot upload such a large file.So, I tried to open it with Notepad or even in a web editor, but again, the… Continue Reading →
© 2026 Bensimon Eyal — Powered by WordPress
Theme by Anders Noren — Up ↑