Windows xp event viewer error messages
Windows xp event viewer error messages
my open dental software crashes a few times a day, I thought it was no big deal. But today I took a look at the event viewer in xp.
I see about 10 errors a day on the server computer. Before I upgraded to sql 5.5 from 5.0
the message was "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe: Sort aborted" or
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe: Table 'signalod' is marked as crashed and should be repaired"
after the 5.5 upgrade the message was "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld.exe: Sort aborted: Table 'signalod' is marked as crashed and should be repaired"
what was wrong???
I see about 10 errors a day on the server computer. Before I upgraded to sql 5.5 from 5.0
the message was "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe: Sort aborted" or
"C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt.exe: Table 'signalod' is marked as crashed and should be repaired"
after the 5.5 upgrade the message was "C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld.exe: Sort aborted: Table 'signalod' is marked as crashed and should be repaired"
what was wrong???
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Windows xp event viewer error messages
Sounds like you need to repair that table. You can do so by running our database maintenance tool. http://www.opendental.com/manual/databa ... nance.html
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: Windows xp event viewer error messages
Hi Jordan: I followed the steps to database maintenance. Now I am getting these different errors about once a day. I wasn't in the office today, but the server had blue screen (first time since the datbase maintainence) and had to be restarted. Thank god it restarted without restoring the OS drive which I had to do a few times in December.
All mysql errors:
Native table 'performance_schema'.'events_waits_history' has the wrong structure
Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
Native table 'performance_schema'.'mutex_instances' has the wrong structure
Please help.
All mysql errors:
Native table 'performance_schema'.'events_waits_history' has the wrong structure
Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
Native table 'performance_schema'.'mutex_instances' has the wrong structure
Please help.
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Windows xp event viewer error messages
I've never seen errors like that before. A blue screen on the server and multiple restoring of OS drive would be a big warning flag to me to ditch that machine and move on. Or you could approach it piecemeal by replacing the hard drive and seeing if that helped. But I would just switch completely if it were me. That machine could become a workstation.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
Re: Windows xp event viewer error messages
Actually I switched out everything except the original software. New RAM, CPU, motherboard, power supply, hard drive. I moved all the data from C to D, so when I restore C drive OS, the data is current. I guess the next step is a fresh installation of XP professional? I don't mind that, except I have to reinstall xdr, open dental, kodak imaging. any other ideas?
- jordansparks
- Site Admin
- Posts: 5770
- Joined: Sun Jun 17, 2007 3:59 pm
- Location: Salem, Oregon
- Contact:
Re: Windows xp event viewer error messages
You've been busy. I don't have any brilliant ideas for you.
Jordan Sparks, DMD
http://www.opendental.com
http://www.opendental.com
- Justin Shafer
- Posts: 596
- Joined: Sat Jul 28, 2007 7:34 pm
- Location: Fort Worth, TX.
Re: Windows xp event viewer error messages
http://dev.mysql.com/doc/refman/5.5/en/ ... ation.html
Interesting....
If you install MySQL over a previous installation that was configured without the Performance Schema (or with an older version of the Performance Schema that may not have all the current tables), run mysql_upgrade after starting the server to ensure that the performance_schema database exists with all current tables. Then restart the server. One indication that you need to do this is the presence of messages such as the following in the error log:
[ERROR] Native table 'performance_schema'.'events_waits_history'
has the wrong structure
[ERROR] Native table 'performance_schema'.'events_waits_history_long'
has the wrong structure
...
Interesting....
If you install MySQL over a previous installation that was configured without the Performance Schema (or with an older version of the Performance Schema that may not have all the current tables), run mysql_upgrade after starting the server to ensure that the performance_schema database exists with all current tables. Then restart the server. One indication that you need to do this is the presence of messages such as the following in the error log:
[ERROR] Native table 'performance_schema'.'events_waits_history'
has the wrong structure
[ERROR] Native table 'performance_schema'.'events_waits_history_long'
has the wrong structure
...
Justin Shafer
Onsite Dental Systems
817-909-4222
justin@onsitedentalsystems.com
http://www.onsitedentalsystems.com
http://iocsnapshot.com
http://justinshafer.blogspot.com
Onsite Dental Systems
817-909-4222
justin@onsitedentalsystems.com
http://www.onsitedentalsystems.com
http://iocsnapshot.com
http://justinshafer.blogspot.com
Re: Windows xp event viewer error messages
Here's another link that suggests running mysql_upgrade to correct the errors.
http://bugs.mysql.com/bug.php?id=57008
http://bugs.mysql.com/bug.php?id=57008
The best thing about a boolean is even if you are wrong, you are only off by a bit.
Jason Salmon
Open Dental Software
http://www.opendental.com
Jason Salmon
Open Dental Software
http://www.opendental.com
Re: Windows xp event viewer error messages
Thanks for the last two replies.
After my last post, I upgraded the server mysql from 5.5.15 (from opendental site download) to 5.5.19 from mysql.com. That seems to solve the problem, I haven't had an error in 4 days.
After my last post, I upgraded the server mysql from 5.5.15 (from opendental site download) to 5.5.19 from mysql.com. That seems to solve the problem, I haven't had an error in 4 days.