Abraham Garcia in SQL   Monday, December 11 2023

Learn How to Import SQL File from Command Line

Effortlessly import large SQL files via command line for seamless database management. Say goodbye to phpMyAdmin hassles. Try the command now!

I usually import my SQL files from phpmyadmin, but when files are huge sometimes it gets hard to import the SQL files. Use this command to import your SQL files

Continue reading
Abraham Garcia in SQL   Sunday, July 17 2022

Change SQL Mode on MAMP Free

Change Your SQL Mode in MAMP Free. Easy 4 Steps for anyone.

If you want to change the SQL mode that MAMP Free is running follow these easy steps to do so. 1. Quit MAMP (stop the servers) 2.Run following command in the terminal -

Continue reading