Skip to content

Instantly share code, notes, and snippets.

View le-yo's full-sized avatar
💭
Live by the <code>

Le-Yo le-yo

💭
Live by the <code>
View GitHub Profile

MySQL Download URL

https://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.56-linux-glibc2.5-x86_64.tar.gz

Open the terminal and follow along:

  • Uninstall any existing version of MySQL
sudo rm /var/lib/mysql/ -R
@le-yo
le-yo / getSms.php
Last active January 19, 2017 11:41
Laravel SMSSync Gist
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
class getSms extends Controller
{
//