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
https://forums.phpfreaks.com/topic/127155-mysql-problem/
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
https://forums.phpfreaks.com/topic/127155-mysql-problem/#findComment-657765
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.