Quantcast
Channel: How-Tuesday – Review Signal Blog
Browsing all 8 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to Backup/Export Your MySql Database(s)

I will teach you two ways to backup/export your mysql database(s). The first option is using phpMyAdmin; phpMyAdmin is generally installed on most shared hosting and is bundled with cPanel. The second...

View Article



How To Configure MySql InnoDB to Save Tables In Unique Files

MySql is a great database and InnoDB is one of the engines you can use; the other popular choice and default is MyISAM (a good post explaining the differences). If you work with large amounts of data...

View Article

How To Remove Files from Git Repo Permanently

I ran into this issue in the past week. My .PACK file was enormous (many many gigabytes) because I committed a lot of files I shouldn’t have in the past. Large binary files, backups and other things...

View Article

How to send email from the command line with SendGrid

Sending email should be simple. It’s something I really don’t like thinking about. I ran into an issue where I wanted to send email from the command line in a bash script that helps power Review...

View Article

Image may be NSFW.
Clik here to view.

How to Backup/Export Your MySql Database(s)

I will teach you two ways to backup/export your mysql database(s). The first option is using phpMyAdmin; phpMyAdmin is generally installed on most shared hosting and is bundled with cPanel. The second...

View Article


How To Configure MySql InnoDB to Save Tables In Unique Files

MySql is a great database and InnoDB is one of the engines you can use; the other popular choice and default is MyISAM (a good post explaining the differences). If you work with large amounts of data...

View Article

How To Remove Files from Git Repo Permanently

I ran into this issue in the past week. My .PACK file was enormous (many many gigabytes) because I committed a lot of files I shouldn't have in the past. Large binary files, backups and other things...

View Article

How to send email from the command line with SendGrid

Sending email should be simple. It's something I really don't like thinking about. I ran into an issue where I wanted to send email from the command line in a bash script that helps power Review...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images