Shawn McGinn <[EMAIL PROTECTED]> wrote:
> I am trying to install a sourceforge application and in one of the
> tables in the db, there is a column whose name is 'default'.  When
> installed on MySql version 4.1.0-alpha-standard, this works fine, but I
> really need it to run on version 3.22.27.  Is there a workaround?  I
> really don't want to edit the code.
> 

3.22.27 is too old version.
If you use reserved word in database/table/column names, you should quote names with 
backticks (`). But it's supported only since v3.23.6.



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Egor Egorov
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to