Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
[Solved] MySQL Error: #1064 - Upgrade failed?! (1 viewing) (1) Guest
TOPIC: [Solved] MySQL Error: #1064 - Upgrade failed?!
#21255
[Solved] MySQL Error: #1064 - Upgrade failed?! 1 Year, 4 Months ago  
Hey!

I gotta problem...I followed the instructions from the pdf and everything worked well until I tried to run the sql upgrade script (Fireboard_101_to_1.0.3.Stable.sql).

I got the following Error:

[code:1]
Error

SQL query:

-- __^__ __^__
- - ( ___ ) ----------------------------------------- - ( ___ ) -- | / | SQL Upgrade | |
-- | / | Fireboard 1.0.1 to 1.0.3 Stable | |
-- |___| Rename jos_ to your db prefix |___|
- - ( _____ ) ----------------------------------------- - ( _____ ) --
/* Alter table in Second database */ ALTER TABLE `jos_fb_categories` ADD COLUMN `headerdesc` text NOT NULL AFTER `description` ,
ADD COLUMN `class_sfx` varchar( 20 ) NOT NULL AFTER `headerdesc` ,
ADD COLUMN `id_last_msg` int( 10 ) NOT NULL DEFAULT '0' AFTER `class_sfx` ,
ADD COLUMN `numTopics` mediumint( 8 ) NOT NULL DEFAULT '0' AFTER `id_last_msg` ,
ADD COLUMN `numPosts` mediumint( 8 ) NOT NULL DEFAULT '0' AFTER `numTopics` ,
ADD COLUMN `time_last_msg` int( 11 ) NULL AFTER `numPosts` ,
ADD KEY `msg_id` ( `id_last_msg` ) ,
COMMENT = '';

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 '--( ___ )------------------------------------------( ___ )
-- | / | ' at line 1
[/code:1]

It says something about a syntax and that my server has a different one?!

I'm not very good at MySQL, any ideas?

Thanks a lot.
cKey (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/09/10 20:55 By palebluedot. Reason: User Resolved Issue - Modifying Title
 
 
#21256
Re:MySQL Error: #1064 - Upgrade failed?! 1 Year, 4 Months ago  
Ahh...Never Mind...

I removed the
[code:1]
-- __^__ __^__
--( ___ )------------------------------------------( ___ )
-- | / | SQL Upgrade | |
-- | / | Fireboard 1.0.1 to 1.0.3 Stable | |
-- |___| Rename jos_ to your db prefix |___|
--(_____)------------------------------------------(_____)
--
[/code:1]
and it worked without any problems...

CLOSED
cKey (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#21463
Re:MySQL Error: #1064 - Upgrade failed?! 1 Year, 4 Months ago  
Puhh Thanks for that post!!
Had the same Problem.
GODComplex (User)
Junior Boarder
Posts: 65
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top