Ok, przy kazdej probie 'net start mysql' wywala 4 raporty:
1.
Log Name: System
Source: Service Control Manager
Date: 2009-04-10 16:54:00
Event ID: 7034
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
The MySQL service terminated unexpectedly. It has done this 5 time(s).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7034</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T15:54:00.000Z" />
<EventRecordID>136388</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">MySQL</Data>
<Data Name="param2">5</Data>
</EventData>
</Event>
------------------------------------------------------------------------------------
2.
Log Name: Application
Source: MySQL
Date: 2009-04-10 16:54:00
Event ID: 100
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
Aborting
For more information, see Help and Support Center at
http://www.mysql.com.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MySQL" />
<EventID Qualifiers="49152">100</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T15:54:00.000Z" />
<EventRecordID>64768</EventRecordID>
<Channel>Application</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data>Aborting
</Data>
</EventData>
</Event>
------------------------------------------------------------------------------------------
3.
Log Name: Application
Source: MySQL
Date: 2009-04-10 16:54:00
Event ID: 100
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
Can't create test file C:\AMP\MySQL\data\Jukka-PC.lower-test
For more information, see Help and Support Center at
http://www.mysql.com.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MySQL" />
<EventID Qualifiers="49152">100</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T15:54:00.000Z" />
<EventRecordID>64767</EventRecordID>
<Channel>Application</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data>Can't create test file C:\AMP\MySQL\data\Jukka-PC.lower-test
</Data>
</EventData>
</Event>
---------------------------------------------------------------------------------------
4.
Log Name: Application
Source: MySQL
Date: 2009-04-10 16:54:00
Event ID: 100
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
Can't create test file C:\AMP\MySQL\data\Jukka-PC.lower-test
For more information, see Help and Support Center at
http://www.mysql.com.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MySQL" />
<EventID Qualifiers="49152">100</EventID>
<Level>3</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T15:54:00.000Z" />
<EventRecordID>64766</EventRecordID>
<Channel>Application</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data>Can't create test file C:\AMP\MySQL\data\Jukka-PC.lower-test
</Data>
</EventData>
</Event>
---------------------------------------------------------------------------------------------
Wyczytalem " <Data>Can't create test file C:\AMP\MySQL\data\Jukka-PC.lower-test". zauwazylem ze nie mam nawet folderu data w folderze z mysql. Utworzylem taki, potem net start mysql i wywala mi 3 inne bledy
Log Name: System
Source: Service Control Manager
Date: 2009-04-10 17:02:49
Event ID: 7034
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
The MySQL service terminated unexpectedly. It has done this 6 time(s).
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager" Guid="{555908D1-A6D7-4695-8E1E-26931D2012F4}" EventSourceName="Service Control Manager" />
<EventID Qualifiers="49152">7034</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T16:02:49.000Z" />
<EventRecordID>136389</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">MySQL</Data>
<Data Name="param2">6</Data>
</EventData>
</Event>
Log Name: Application
Source: MySQL
Date: 2009-04-10 17:02:49
Event ID: 100
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
For more information, see Help and Support Center at
http://www.mysql.com.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MySQL" />
<EventID Qualifiers="49152">100</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T16:02:49.000Z" />
<EventRecordID>64771</EventRecordID>
<Channel>Application</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data>Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist
</Data>
</EventData>
</Event>
Log Name: Application
Source: MySQL
Date: 2009-04-10 17:02:36
Event ID: 100
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Jukka-PC
Description:
Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
For more information, see Help and Support Center at
http://www.mysql.com.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MySQL" />
<EventID Qualifiers="49152">100</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-04-10T16:02:36.000Z" />
<EventRecordID>64770</EventRecordID>
<Channel>Application</Channel>
<Computer>Jukka-PC</Computer>
<Security />
</System>
<EventData>
<Data>Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
</Data>
</EventData>
</Event>
I teraz "Can't open the mysql.plugin table. Please run mysql_upgrade to create it."
Otworzylem mysql_upgrade z bina ale tez mi wywala jakies glupie bledy, ktorych nie pokazuje w podgladzie zdarzen :|