Skip to content

Instantly share code, notes, and snippets.

View asugrad's full-sized avatar

Michael ONeil asugrad

View GitHub Profile
@btalanski
btalanski / gist:acc038553ce22cac84d0a0033b07ac2d
Last active September 23, 2020 09:48
Install MySQL Workbench on Ubuntu 19.04
1 - Add MySQL Source from the file
https://dev.mysql.com/downloads/repo/apt/
2 - Download and install libzip4 from url
https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libzip4_1.1.2-1.1_amd64.deb.html
3 - On a new terminal window run
sudo apt-get update && sudo apt-get upgrade
4 - Install mysql workbench
@fastzen
fastzen / dumpyaml.php
Created February 6, 2017 04:53
Dump A MySQL Database To YAML Using PHP
<?php
/* ========================================================
* File           : dumpyaml.php
* Date           : July 15, 2010
* Author         : Jonathan Franzone
* Author Website : http://www.franzone.com
*
* Script to generate YAML (http://www.yaml.org/) from
* a MySQL database. Will generate YAML for either all
* tables in the specified database, only the specified