MySQL Forums
Forum List  »  Other Migration

SOLVED - Moving MySQL Data from Linux to Windows Computer
Posted by: Dan Ford
Date: September 04, 2009 05:24AM

In another forum, I read that "short" PHP opening and closiung tags are the problem. I had used the short tags:

-----BEGIN SHORT CODE-----
<?

?>
-----BEGIN SHORT CODE-----

I should have used LONG PHP tags:

-----BEGIN SHORT CODE-----
<?php

?>
-----BEGIN SHORT CODE-----

Now it works. Hope this helps somebody else!

Dan sends...

Options: ReplyQuote


Subject
Views
Written By
Posted
SOLVED - Moving MySQL Data from Linux to Windows Computer
3187
September 04, 2009 05:24AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.