Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created May 27, 2016 19:42
Show Gist options
  • Save anytizer/f1a51b8cc9d6a688bf27abe49baf4856 to your computer and use it in GitHub Desktop.
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
#!/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