In this tutorial we look at how we can backup a database using a simple command line script.
Tag: mysql
Keeping it Simple with Class Based SQL Queries and PHP
In this post I will look at a class I built to simplify querying the database using the same code over and over and over again. There are a lot of classes out there of course that do this but I built one just to serve my simple purposes. This class had to do a … Continue reading Keeping it Simple with Class Based SQL Queries and PHP
Adding a MySQL Database to our Spring Rest Api
In this tutorial we walk through the steps to add a database connection to our rest api. Previously we created a rest api using spring. We used mock data but now we use real data from a database.