English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Fatal error: Can't open file: 'sessions.MYI' (errno: 145) query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '4e537fdace7a163bd36a7dfc1fa47ab2' AND u.status < 3 LIMIT 0, 1 in /usr/local/www/muchmusic/includes/database.mysql.inc on line 66

2006-10-03 15:54:01 · 4 answers · asked by nur 1 in Computers & Internet Hardware Other - Hardware

4 answers

Assuming no major damage the message is stating that mysql has "marked" the sessions table
as needing repair. The fix takes less than a minute if you have phpmyadmin.

1. Log into your PHPMYADMIN

2. Select the database (if you have more than one)

3. Click the Query window link (bottom left)

4. In the Run SQL Query box

type -> repair table sessions

5. Click Go

2006-10-05 03:59:10 · answer #1 · answered by Asher 3 · 0 0

Fatal Error, implies exactly what it says, an error that causes the application to no longer be able to run. Given your query, it's wrong.

SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = '4e537fdace7a163bd36a7dfc1fa47... AND u.status < 3 LIMIT 0

assuming some things without being able to see your database..it should be more like

SELECT u.*, s.* FROM users INNER JOIN sessions.s ON u.uid = s.uid WHERE s.sid = 'blahblahblahblahblah' AND u.status < 3 limit 0;

2006-10-03 15:59:05 · answer #2 · answered by Jin Tao 3 · 0 0

That is not normal if you were doing something on C : . Did you try loading something from A: ?

Re-install Windows if you feel that the system taken too far.

2006-10-03 15:57:07 · answer #3 · answered by Anonymous · 0 0

it means that someone died

It's ok though....it's normal behavior on PCs

You should get a mac

2006-10-03 17:12:50 · answer #4 · answered by csalm87 4 · 0 0

fedest.com, questions and answers