Menu

#3123 copying database doesn't work

Latest_Git
fixed
5
2013-06-11
2010-09-28
No

When copying a database in master (3.4-dev), I get the following error (both with JS enabled and disabled):

There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem

ERROR: Unknown Punctuation String @ 184
STR: </
SQL: <span class="inner_sql"> CREATE TABLE `test4`.`Commentaar` ( `ID` int( 3 ) default NULL ,
`Commentaar` varchar( 53 ) default NULL ) ENGINE = MyISAM DEFAULT CHARSET = utf8</span>

SQL query:

<span class="inner_sql"> CREATE TABLE `test4`.`Commentaar` ( `ID` int( 3 ) default NULL , `Commentaar` varchar( 53 ) default NULL ) ENGINE = MyISAM DEFAULT CHARSET = utf8</span>

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 '&lt;span class=&quot;inner_sql&quot;&gt; CREATE TABLE `test4`.`Commentaar` ( `ID` int( 3 ) ' at line 1

Discussion

  • Dieter Adriaenssens

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Dieter Adriaenssens

    • summary: copying database doesn't work --> (ok 3.4) copying database doesn't work
    • priority: 5 --> 1
    • assigned_to: nobody --> ruleant
    • status: open --> open-fixed
     
  • Dieter Adriaenssens

    • priority: 1 --> 5
    • summary: (ok 3.4) copying database doesn't work --> copying database doesn't work
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed