Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged mysql



1 2 Next »
Will prompt for user password.
0 544 posted 14 years ago by alvarezrilla
1 445 posted 15 years ago by endorfin
0 462 posted 15 years ago by endorfin
0 530 posted 15 years ago by rowntreerob
To connect to your database remotely, tunnel in via SSH. This creates an encrypted tunnel to your Slice’s mySQL port (3306) on your local port of 8888. Point your local admin/GUI app to localhost:8888. If this does not work, and you are running...
3 689 posted 15 years ago by zachwood
0 682 posted 15 years ago by vasilije
1. Allows encryption between client and server 2. Bypasses filtered port, if any on the standard port for the given service.
1 709 posted 15 years ago by iblis
When installing mysql and mysql-dev with fink, gem is unable to find the mysql headers and libraries: you should specify their location. If compiled manually from source, gem will find it if /usr/local/mysql (or what ever other location you specified...
0 590 posted 15 years ago by iblis
This script removes (DROPS) all tables that start with foo_. Usefull if you had some CMS or application that (ab)uses table prefixing, and want to clean 0ut your database. NOTE: the data is remove FOREVER! So take good casre: make backups and all...
2 841 posted 16 years ago by berkes
1 558 posted 16 years ago by therobot
1 433 posted 16 years ago by hyperwhat
2 490 posted 16 years ago by hyperwhat
Useful when your server runs out of disk space
1 560 posted 16 years ago by benpjohnson
1 2 Next »