On 21.04.2010 10:57, Siju George wrote: > On Wed, Apr 21, 2010 at 2:16 PM, Mart Frauenlob > <[email protected]> wrote: >> > > # `mysql -u root -p'my$qlPW' -N -B -e 'show databases'` > -bash: information_schema: command not found
there we go... now, i guess u want to save the output of the command into a variable right? foo="`mysql -u root -p'my$qlPW' -N -B -e 'show databases'`" whatever that's good for... don't forget your root password isn't save at all here.... -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

