Link to home
Start Free TrialLog in
Avatar of Zymasoft
Zymasoft

asked on

Embedded MySQL not working when installed in a folder with a dot

I'm trying to build a small delphi (XE5) application which use embedded Mysql. Everywork fine when the application is installed in a folder without a dot, but can't get it to work in a folder like "C:\MyApp 1.0".  

I'm using FireDac , MySLQDriverLink "MySQLEmbedded"  with embeddedArgs :
--basedir=./embedded/
--datadir=./embedded/data/
--innodb_data_home_dir=./embedded/data/
--skip-networking

I'm using MySQL 5.6, and tried it on different OS with the same result..

Am I missing something or should I report this a bug ?
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Zymasoft
Zymasoft

ASKER

the only reason is that I know that the client will ask for the default installation path pattern to stay the same as the other software, so I'm trying to anticipate and prevent having to explain, document and support users that will try to install it in such a path.