How do I export a database using phpMyAdmin without comment?

Hi,
I need to export a very large database. If I use phpMyAdmin, which exports a number of comments from all "–". This seems to cause problems or errors later, when importing the database elsewhere. The database is large enough so that the removal of all comments manually is not an option. Is there a way to export the apache without comments?
Thank you!

Tags: , , , , ,

One Response to “How do I export a database using phpMyAdmin without comment?”

  1. kavakava says:

    I do not know if there is another simple way to do it, unless the edition of SQL. php directly.
    comment markers of change:
    at. Libraries Apache export SQL. php, you will see a line like this:
    $ GLOBALS [ 'comment_marker'] = '-';
    is replaced by another, for example, char. '/ /'.
    to delete any comment so, you should turn off all the lines with $ GLOBALS [ 'comment_marker'] and the variable $ comment_marker.