[SOLVED] SQL Error [mysql4]

This is a discussion on "[SOLVED] SQL Error [mysql4]" within the Databases section. This forum, and the thread "[SOLVED] SQL Error [mysql4] are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices




Closed Thread
 
LinkBack Thread Tools
  #1  
Old Sep 23rd, 2007, 15:10
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
[SOLVED] SQL Error [mysql4]

Got this error: what does it mean and how do I fix it?

Code: Select all
SQL ERROR [ mysql4 ]

Got error 12 from storage engine [1030]

SQL

SELECT u.username, u.username_clean, u.user_id, u.user_type, u.user_allow_viewonline, u.user_colour, s.session_ip, s.session_viewonline FROM phpbb3_users u, phpbb3_sessions s WHERE s.session_time >= 1190559495 AND u.user_id = s.session_user_id ORDER BY u.username_clean ASC, s.session_ip ASC

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/functions.php
LINE: 3952
CALL: dbal_mysql->sql_query()

FILE: index.php
LINE: 122
CALL: page_header()
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Sep 23rd, 2007, 15:17
alexgeek's Avatar
Moderator

SuperMember
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,812
Blog Entries: 9
Thanks: 2
Thanked 2 Times in 2 Posts
Re: SQL Error [mysql4]

Quote:
Originally Posted by Daniel View Post
Got this error: what does it mean and how do I fix it?

Code: Select all
SQL ERROR [ mysql4 ]

Got error 12 from storage engine [1030]

SQL

SELECT u.username, u.username_clean, u.user_id, u.user_type, u.user_allow_viewonline, u.user_colour, s.session_ip, s.session_viewonline FROM phpbb3_users u, phpbb3_sessions s WHERE s.session_time >= 1190559495 AND u.user_id = s.session_user_id ORDER BY u.username_clean ASC, s.session_ip ASC

BACKTRACE


FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()

FILE: includes/functions.php
LINE: 3952
CALL: dbal_mysql->sql_query()

FILE: index.php
LINE: 122
CALL: page_header()
what was your php code dan?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Sep 23rd, 2007, 15:27
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: SQL Error [mysql4]

its the database for a forum
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Sep 23rd, 2007, 15:29
Daniel's Avatar
Elite Veteran
Join Date: Sep 2006
Location: The Kingdom of Rabbits
Age: 21
Posts: 2,051
Blog Entries: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: SQL Error [mysql4]

Right - my mate says its a server side error and should go soon - if not contact the host - so JACOB
Last Blog Entry: Assassin's Creed (Nov 22nd, 2007)

Last edited by Daniel; Sep 23rd, 2007 at 15:29. Reason: Webforumz is dyslexic.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Getting the "Microsoft JET Database Engine error '80040e14'" error. VegaLA Classic ASP 3 Jan 26th, 2008 00:12
[SOLVED] Parse error-Need Help! dhossai PHP Forum 6 Dec 17th, 2007 23:21
[SOLVED] error in SQL syntax but where it all looks fine to me Andrew1986 Databases 3 Nov 28th, 2007 01:21
[SOLVED] Strange error with $_POST AdRock PHP Forum 2 Oct 13th, 2007 17:12
[SOLVED] CSS validation error Graisbeck Web Page Design 6 Aug 22nd, 2007 14:44


All times are GMT. The time now is 11:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42