MySQL Forums
Forum List  »  Install & Repo

Re: Backslashes in my.ini give problems while starting MySQL as a service
Posted by: Barry Galbraith
Date: May 04, 2015 04:56PM

You need to escape backslashes with a backslash, or use forward slash.

Server=C:\\brol/bin/mysqld-nt.exe
or
Server=C:/brol/bin/mysqld-nt.exe

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Backslashes in my.ini give problems while starting MySQL as a service
May 04, 2015 04:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.