Created
May 27, 2016 19:42
-
-
Save anytizer/f1a51b8cc9d6a688bf27abe49baf4856 to your computer and use it in GitHub Desktop.
After installing XAMPP on Linux Platforms; run these scripts to access mysql, mysqldump and php
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
#!/bin/bash | |
ln -s /opt/lampp/bin/mysql /usr/local/bin/mysql | |
ln -s /opt/lampp/bin/mysqldump /usr/local/bin/mysqldump | |
ln -s /opt/lampp/bin/php /usr/local/bin/php | |
ln -s /opt/lampp/lampp /usr/local/bin/lampp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment