This is a discussion on From Windows to Linux within the MySQL Database forums, part of the Database Forums category; I moved a Windows mysql guestbook to linux and when I imported the data, I am getting errors because linux ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 21 Apr, 15:24, Duff <m...@privacy.net> wrote:
> I moved a Windows mysql guestbook to linux and when I imported the > data, I am getting errors because linux is case sensitive. > > fix? I don';t see why it would affect your database. Linux file paths are case sensitive and they don't like spaces very much either, but MySQL maintains the same case-sensitivity across both platforms in my experience .....but I could be wrong. Do you want to give an example of where the error is occurring? |
|
|||
|
On Mon, 21 Apr 2008 09:24:07 -0500, Duff wrote:
> I moved a Windows mysql guestbook to linux and when I imported the > data, I am getting errors because linux is case sensitive. > > fix? My spidey sense says you want http://dev.mysql.com/doc/refman/5.0/...nsitivity.html If that's not what you want, you're going to have to help more by providing something useful, like a verschtookin' error message or something. -- "Friendship is born at that moment when one person says to another, 'What! You too? I thought I was the only one!'" --C.S. Lewis |