View Single Post
  #5 (permalink)  
Old 04-16-2009, 11:02 AM
swordfish swordfish is offline
Administrator
 
Join Date: Jan 2009
Posts: 41
Thumbs up

Quote:
Originally Posted by wcervini View Post
Or use this one

Code:
DBS=`mysql -u root -pmypassword -e 'show databases' | tail -n +2`
Another neat way to do it wcervini

BTW, welcome aboard!
Reply With Quote