Bug #37585 help, my msql cant be open !
Submitted: 23 Jun 2008 14:01 Modified: 25 Jun 2008 8:20
Reporter: Christopher Edmond Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL GUI Common Severity:S1 (Critical)
Version:1.1.12 OS:Windows (Windows XP SP2)
Assigned to: CPU Architecture:Any

[23 Jun 2008 14:01] Christopher Edmond
Description:
hello, i'm a student n i'm doing some project for my school.
and i met a problem so i came here n asking for help. maybe someone can help me.

the thing is my computer suddenly turn off and i turn it on again, things work like usually but after a several minutes, i want to open the mysql administrator , bt when i click it it says administrator for my sql servers has encountered a problem and needs to close. we are sorry for the inconvenience. n when i push don't send, it pop ups a sentences "Exception EMyxError in module MySQLAdministrator.exe at 001238D2. Error while loading stored connections. Error Number 3."

its the same with MySQLQuery Browser. but its pop ups a different sentences. its like this "Exception EMyxError in module MySQLQueryBrowser.exe at 0010F992. Error while loading stored connections. Error Number 3."

so what should i do?? i need to open those 2 application..
i need help 

ty

How to repeat:
1.install mysql
2.make a database n run it
3.turn off the computer suddenly.
4.turn on your computer again
5.open mysql administrator and mysql query browser.

thats all i can repeat for the problem..
[23 Jun 2008 15:50] MySQL Verification Team
Thank you for the bug report. According the error message you have posted maybe you have your xml connections file corrupted, please open the QB help file on your  install directory and see: Appendix D. How Connections Are Stored.

Thanks in advance.
[24 Jun 2008 6:14] Christopher Edmond
well, i have open C:\Documents and Settings\edmond\Application Data\MySQL\mysqlx_user_connections.xml

and its empty, so i put this in it

<?xml version="1.0"?>
 <user_connections>
 <last_connection>1</last_connection>
 <password_storage_type>2</password_storage_type>
 <user_connection>
  <connection_name></connection_name>
  <username>root</username>
  <hostname>localhost</hostname>
  <port>3306</port>
  <schema></schema>
  <advanced_options/>
  <storage_path></storage_path>
  <notes></notes>
  <connection_type>0</connection_type>
  <storage_type>2</storage_type>
  <password></password>
 </user_connection>
 ...

but after i put that line i still cant open my administrator and query browser...

the error pop up still appear and still the same sentences like before...
so what should i do now??
[25 Jun 2008 5:01] Christopher Edmond
come on guys cant anyone help me???
its a serious problem...
[25 Jun 2008 7:31] Mike Lischke
Christopher, please keep in mind our bug system is not a support forum (use http://forums.mysql.com instead). Have you tried to remove/rename your existing connection file? QB creates a new one if it does not find any existing, allowing so to recover from broken files.
[25 Jun 2008 8:20] Christopher Edmond
yea, i tried to remove it, n its working for now.. tysm
n sorry for misunderstanding between support forum and bugs system.
ty