-
MySQl Output file
For now I put it into a directory called C:\sqlhold
When I didn't give a directory it doesn't even show up in windows search
The problem is that the place I wanted to put it in has spaces in the
directory name and it seems mysql will never accept this.
Any workarounds?
This is what I get for trying to neaten up my computer and moving things around
Much Obliged
- = -
Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus
blog: panix.com/~vjp2/ruminatn.htm - = - web: panix.com/~vjp2/vasos.htm
facebook.com/vasjpan2 - linkedin.com/in/vasjpan02 - biostrategist.com
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
On 01/07/2020 16.57,
[email protected] wrote:
For now I put it into a directory called C:\sqlhold
When I didn't give a directory it doesn't even show up in windows search
The problem is that the place I wanted to put it in has spaces in the directory name and it seems mysql will never accept this.
Any workarounds?
Escape the spaces or use quotes should both work as far as I can recall.
--
//Aho
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
Doesn't and I found online it doesn't
I was hoping for dot ../../ or squiggle ~/ or %d
- = -
Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus
blog: panix.com/~vjp2/ruminatn.htm - = - web: panix.com/~vjp2/vasos.htm
facebook.com/vasjpan2 - linkedin.com/in/vasjpan02 - biostrategist.com
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
*+-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.
- = -
Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus
blog: panix.com/~vjp2/ruminatn.htm - = - web: panix.com/~vjp2/vasos.htm
facebook.com/vasjpan2 - linkedin.com/in/vasjpan02 - biostrategist.com
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
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
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
*+-This was fixed in mysql 5.1.50 back in 2012 to support basedir with *+-spaces. But then use a path without spaces.
I might be older. I think i installed it about 2014
- = -
Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus
blog: panix.com/~vjp2/ruminatn.htm - = - web: panix.com/~vjp2/vasos.htm
facebook.com/vasjpan2 - linkedin.com/in/vasjpan02 - biostrategist.com
---{Nothing herein constitutes advice. Everything fully disclaimed.}---
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)
-
On 04/07/2020 12.56,
[email protected] wrote:
*+-This was fixed in mysql 5.1.50 back in 2012 to support basedir with *+-spaces. But then use a path without spaces.
I might be older. I think i installed it about 2014
I have an install from 2002, but thanks to normal system updates it runs MariaDB 10.4.13.
--
//Aho
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)