Dear ,
I have search a lot about a way to read data from a mysql database in a bash variable but find no solution, i hope someone can help me with this?
i connect in bash to mysql:
mysql -uroot -pPassword -DtblTable -e "select groeps from yblTable;"
I need the result of this select query in a variable groeps($groeps).
kind regards,
bram


Thanks Jamy!