15 messages in com.mysql.lists.win32Re: MySQL won't start as a service in...| From | Sent On | Attachments |
|---|---|---|
| Jonathan Sachs | 02 Jul 2001 09:09 | |
| Jonathan Sachs | 02 Jul 2001 10:02 | |
| Jonathan Sachs | 02 Jul 2001 12:49 | |
| Xavier de GELIS | 02 Jul 2001 13:23 | |
| Jonathan Sachs | 02 Jul 2001 13:40 | |
| Xavier de GELIS | 02 Jul 2001 14:05 | |
| Luc Van der Veken | 03 Jul 2001 00:16 | |
| Sinisa Milivojevic | 03 Jul 2001 04:00 | |
| Gerald R. Jensen | 03 Jul 2001 04:41 | |
| Miguel Angel Solórzano | 03 Jul 2001 07:06 | |
| Gerald Jensen | 03 Jul 2001 08:11 | |
| Kristean Heisler | 03 Jul 2001 08:36 | |
| Miguel Angel Solórzano | 03 Jul 2001 08:48 | |
| Jonathan Sachs | 04 Jul 2001 12:08 | |
| Joel Nelson | 04 Jul 2001 13:08 |
| Subject: | Re: MySQL won't start as a service in Windows 2000![]() |
|---|---|
| From: | Gerald R. Jensen (gjen...@autodatasys.com) |
| Date: | 07/03/2001 04:41:21 AM |
| List: | com.mysql.lists.win32 |
If the sample shown is correct (basedir = E:\Program Files\mySQL), the slashes are wrong. Use /, not \.
You may also want to quote the path since it has spaces in it (basedir = "E:/Program Files/mySQL"). I haven't tested this with MySQL, but that works with other M$ Windoze applications.
Gerald Jensen
----- Original Message ----- From: "Sinisa Milivojevic" <sin...@beotel.yu> To: "Jonathan Sachs" <jsac...@earthlink.net> Cc: <win...@lists.mysql.com> Sent: Tuesday, July 03, 2001 6:00 AM Subject: Re: MySQL won't start as a service in Windows 2000
Jonathan Sachs wrote:
I recently installed MySQL v3.23.38-nt under Windows 2000 and set it up to run as a service. It worked at first, then it stopped. When I try to start it manually, I get the message "Cannot start the MySql service on the Local Computer. Error 1067: The process terminated unexpectedly."
I don't know what made it stop, but I can't get it to work again. It still runs fine as a standalone process, though.
MySQL's base directory is E:\Program Files\mySQL. The data directory is D:\Program Files\mySQL\data. There's also a data directory in the base directory, though, so MySQL should run without a data directory specified explicitly (and does, standalone).
I've read through this list's archives, and the only relevant advice I found (repeated many times) was that my base directory is incorrectly specified in C:\my.cnf. I've examined it many times, though, and I can't see anything wrong with it:
[mysqld] port=3306 . . . basedir = E:\Program Files\mySQL
I've also tried every variation I could think of (double backslashes, double backslashes in quotes, forward slashes, etc) without luck.
Can anyone tell me what is wrong, or at least suggest what to look for? I'm completely stuck. I've even tried reinstalling MySQL and reinstalling the service definition, without luck.
HI!
Either use slashes or double backslashes in any path string.
--
Regards,
-- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sin...@mysql.com> / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com
--------------------------------------------------------------------- Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before posting. To request this thread, e-mail win3...@lists.mysql.com
To unsubscribe, send a message to the address shown in the List-Unsubscribe header of this message. If you cannot see it, e-mail win3...@lists.mysql.com instead.




