Mark Thompson
Member
I am trying to move my install to a new Domain on my server and I constantly get sql errors
Process:
Copy Forum Files to New Domain
Export Database In Phpmyadmin
Create New Database
Point config.php to new database
Import Exported Sql file in phpmyadmin
This is the latest error I am getting:
I honestly thought that this would be a straightforward process as everything is on the same server but I've been working on it since midnight last night and it's now 10am.
Not sure why there would be a syntax error as it's just a straight import
I export using quick as the export method and using SQL as the format
Anyone have any idea what the problem could be...???
Process:
Copy Forum Files to New Domain
Export Database In Phpmyadmin
Create New Database
Point config.php to new database
Import Exported Sql file in phpmyadmin
This is the latest error I am getting:
Code:
Error
SQL query:
<!-- PMA-SQL-ERROR --> <div class="error"><h1>Error</h1> <p><strong>SQL query:</strong> <a href="tbl_sql.php?sql_query=SHOW+TABLE+STATUS+FROM+%60yyyxxxx_xenforo%60+LIKE+%27xf_phrase_compiled%27&show_query=1&db=yyyxxxx_xenforo&table=xf_phrase_compiled&token=5c044be7f38b16d6be92f2b1b9df9b89"><span class="nowrap"><img src="themes/dot.gif" title="Edit" alt="Edit" class="icon ic_b_edit" /> Edit</span></a> </p> <p> <span class="syntax"><span class="inner_sql"><a href="./url.php?url=http%3A%2F%2Fdev.mysql.com%2Fdoc%2Frefman%2F5.5%2Fen%2Fshow.html&token=5c044be7f38b16d6be92f2b1b9df9b89" target="mysql_doc"><span class="syntax_alpha syntax_alpha_reservedWord">SHOW</span></a> <span class="syntax_alpha syntax_alpha_reservedWord">TABLE</span> <span class="syntax_alpha syntax_alpha_reservedWord">STATUS</span> <span class="syntax_alpha syntax_alpha_reservedWord">FROM</span> <span class="syntax_quote syntax_quote_backtick">`yyyxxxx_xenforo`</span> <a href="./url.ph[...]
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 '<!-- PMA-SQL-ERROR -->
<div class="error"><h1>Error</h1>
<p><strong>SQL quer' at line 1
I honestly thought that this would be a straightforward process as everything is on the same server but I've been working on it since midnight last night and it's now 10am.
Not sure why there would be a syntax error as it's just a straight import
I export using quick as the export method and using SQL as the format
Anyone have any idea what the problem could be...???