root/feedmelinks/bin/db-times.sh

Revision 669, 241 bytes (checked in by hirokai, 4 years ago)

renamed linksMetrics table for consistency

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
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.