Webmaster / Chef de projet Web

Tag MySQL

Making a dump of a MySQL database via SSH

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 →

Import a Very Large SQL Database into WAMP (Windows) & MAMP (Mac)

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 NorenUp ↑