Bug #19793 I con't start mysql server
Submitted: 13 May 2006 4:10 Modified: 13 Jun 2006 4:27
Reporter: Real King Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version:5.0.18 OS:Windows (windows XP sp2)
Assigned to: Assigned Account CPU Architecture:Any

[13 May 2006 4:10] Real King
Description:
D:\mysql\bin>mysqld-nt --defaults-file=path_my.ini --standalone --console
Could not open required defaults file: path_my.ini
Fatal error in defaults handling. Program aborted

when i work,the office power cut,comes after the electricity,prompted this mistake,
how can i do?

thanks!

                                                                                    King

How to repeat:
D:\mysql\bin>mysqld-nt --defaults-file=path_my.ini --standalone --console
Could not open required defaults file: path_my.ini
Fatal error in defaults handling. Program aborted

when i work,the office power cut,comes after the electricity,prompted this mistake,
how can i do?

thanks!

                                                                                    King
[13 May 2006 4:27] MySQL Verification Team
Thank you for the bug report. I just guess you had used a wrong my.ini path
how I did with a wrong path:

C:\Arquivos de programas\MySQL\MySQL Server 5.0\bin>mysqld-nt --defaults-file="c:\does not exists\my.ini" --standalone --console
Could not open required defaults file: c:\does not exists\my.ini
Fatal error in defaults handling. Program aborted

C:\Arquivos de programas\MySQL\MySQL Server 5.0\bin>

Notice that on Windows, path which has blank spaces need to be
enclosed with double quotes "Program Files....".
[13 Jun 2006 23:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".