Recent Posts

Setup MySQL secure_file_priv for File Output

1 minute read

secure_file_priv in MySQL is a server variable that restricts where LOAD DATA INFILE and SELECT … INTO OUTFILE can read/write files. You can’t change it dire...

Git Rebase vs Merge

2 minute read

If you’ve worked with Git for even a short while, you’ve probably encountered two powerful commands: merge and rebase. Both are used to integrate changes fro...