This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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 |