Slashdot Mirror


Migrate a MySQL Database Preserving Special Characters

TomSlick writes "Michael Chu's blog provides a good solution for people migrating their MySQL databases and finding that special characters (like smart quotes) get mangled. He presents two practical solutions to migrating the database properly."

3 of 98 comments (clear)

  1. Re:Migration by Hal_Porter · · Score: 0, Offtopic

    Thank you for this post.

    I'm go through a very bad devorce at the moment. I've actually moved back in to my parents basement, but my soon-to-be ex wife still keeps visiting. I've tried various ways to discourage her, including putting up a picture of my new partner, Cletus and I in our matching fursuits, on the cellar door, but none has worked.

    But since I put a printout of your post up, she hasn't come around at all.

    If women were vampires, your post would be garlic.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
  2. Re:Migration by try_anything · · Score: 0, Offtopic

    Unfortunately, there are some women who resemble werewolves, and they are attracted to Star Trek like it was made out of ice cream.

  3. Re:Migration by Hal_Porter · · Score: 0, Offtopic

    Stick a Serenity poster on your door, that'll keep them away.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;