Is there anything else different between the two data versions besides the schema?
Nope, same machine same, MySQL server.
When you say "with the same viewer", what is that
Navicat MySQL. Same when I export the files to Excel and look at them with that.
is your perl script running on Red Hat 9 with perl 5.8.0
Running windoze with 5.8.4
Have you tried using the "msqlimport" tool
It's a good suggestion, and I may try it if I get desperate. I'm trying to do this with Perl bc this is a friend's db that's in MS Access an is not normlized. So I'm trying to both get it into MySQL and rearrange the tables. Navicat MySQL does the import from MS Access to MySQL fine so now I'm trying to move from the schema that was imported from Access to a new refactored schema.

In reply to Re^2: Trouble with Perl MySQL Arabic by cormanaz
in thread Trouble with Perl MySQL Arabic by cormanaz

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.