Leave a Comment
/
Coding
/
Alan Bollinger
/
April 11, 2022
Learn how to manage your MySQL server from the command line. This beginner-friendly guide covers starting and stopping MySQL, creating users, managing databases, and performing backups and restores using real-world commands.
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
September 1, 2016
Whether you are working with MySQL or MariaDB, adhering to modern schema design standards keeps your database maintainable and performant.
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
March 15, 2013
Below is a list of very common linux commands that any linux person should know by heart. From gzipping files, to running backups this is my personal cheat sheet
Compressing Files and Folders
Unzip 7z Archive
7za x myfiles.7z
gzip File...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
October 17, 2010
The first in a new segment I will be creating will deal with PHP and MySQL tips and tricks. To start things off, we are going to look at how to find distance from one point on earth to another with just two zip codes!
Read More »