Jump to content

Mysql problem!


Brandonii

Recommended Posts

Well, i tried to run something via phpmyadmin, and it says this:

 

SQL query:

 

CREATE TABLE `phpbb_announcement_centre` (

`announcement_show` tinyint( 1 ) NOT NULL ,

`announcement_enable` tinyint( 1 ) NOT NULL ,

`announcement_enable_guests` tinyint( 1 ) NOT NULL ,

`announcement_show_birthdays` tinyint( 1 ) NOT NULL ,

`announcement_birthday_avatar` tinyint( 1 ) NOT NULL ,

`announcement_draft` text NOT NULL ,

`announcement_text` text NOT NULL ,

`announcement_text_guests` text NOT NULL ,

`announcement_title` varchar( 255 ) NOT NULL default '',

`announcement_title_guests` varchar( 255 ) NOT NULL default '',

`announcement_show_group` varchar( 255 ) NOT NULL default ''

) CHARACTER SET utf8 COLLATE utf8_bin

 

MySQL said: Documentation

#1064 - You have an error in your SQL syntax.  Check the manual that corresponds to your MySQL server version for the right syntax to use near 'COLLATE utf8_bin' at line 13

 

 

Also check out allblab.com and read the mysql error there.

Link to comment
Share on other sites

now my forum is saying

 

General Error

SQL ERROR [ mysql4 ]

 

Table 'db254922863.phpb_chat' doesn't exist [1146]

 

SQL

 

SELECT * FROM phpb_chat ORDER BY message_id DESC LIMIT 25

 

BACKTRACE

 

FILE: includes/db/mysql.php

LINE: 158

CALL: dbal_mysql->sql_error()

 

FILE: includes/db/mysql.php

LINE: 205

CALL: dbal_mysql->sql_query()

 

FILE: includes/db/dbal.php

LINE: 159

CALL: dbal_mysql->_sql_query_limit()

 

FILE: shout.php

LINE: 54

CALL: dbal_mysql->sql_query_limit()

 

FILE: index.php

LINE: 47

CALL: include('shout.php')

 

 

but it does exsist

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.