Re: MySQl Output file
"J.O. Aho" <[email protected]> Thu, 2 Jul 2020 22:50:06 +0200
| Newsgroups | comp.databases.mysql |
|---|---|
| Message-ID | <[email protected]> |
On 02/07/2020 22.26, [email protected] wrote: > *+-I was hoping for dot ../../ or squiggle ~/ or %d0 > > Nope. They convert to the dir name and mysql complains ab spaces. > > I guess I'm stuck with a new directory at the base of the disk. This was fixed in mysql 5.1.50 back in 2012 to support basedir with spaces. But then use a path without spaces. -- //Aho