Guest User

Untitled

a guest
Feb 9th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. MUSER=root
  2. MPASS='sfdsfdf'
  3.  
  4. DBLIST=$(mysql -u${MUSER} -p${MPASS} -e 'show databases;' | grep [:alphnum:] | grep -v Database)
  5. for base in ${DBLIST}; do
  6. echo {base}
  7. done
Add Comment
Please, Sign In to add comment