root/feedmelinks/bin/db-times.sh
| Revision 669, 241 bytes (checked in by hirokai, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | tables="linksMetrics links linksComments linksCommentsXRef linksGroups linksUsers" |
| 4 | for t in $tables |
| 5 | do |
| 6 | echo $t |
| 7 | echo "SELECT * FROM $t;" |\ |
| 8 | mysql -h db26.pair.com -u hirokai_4 -pMeatLove1 hirokai_jm3DataMart > /dev/null |
| 9 | done |
| 10 |
Note: See TracBrowser for help on using the browser.