Re: getting a list of all databases in a comma delineated format? yawnmoth wrote:
> +--------------------+
> | Database |
> +--------------------+
> | information_schema |
> | test |
> | whatever else |
> +--------------------+
>
> That's not all that helpful. Is there any way to get the list to
> output in the required format?
>
You could use awk to transform the outdata to what you want it to be. There
are quite many resources how to use awk.
--
//Aho |