Does anybody know if the settings.php or the mysqldump backup of drupal db files that live on a fully functional drupal site on a windows system need any special attention when copied to a linux server?
In particular, I've heard that windows and linux handle carriage return/linefeeds differently.
And after scouring this forum, I'm wondering if my mysqldump on windows isn't dumping correctly or is missing something when it's imported back on the linux server that mysql needs to work properly with drupal.
I ask because for some reason, a perfect drupal/site setup on windows isn't working correctly when copied / recreated to linux.
I can directly and manually log in to mysql on linux with drupal user accounts (e.g. for instance using the user/password combo that exists in my settings.php). But when i try to login in with a drupal user from my drupal site, it doesn't seem to recognize my drupal users. I've verified that they exist - e.g. i can see them when i do direct SELECT statments on the user table in my drupal db?
1) Are there special dump parameters i need to be using?
2) I've read some prior posts about collation and character sets but they were less than clear as to the exact nature of the problem and how to fix them?
3) Is my settings.php not being read correctly because it was initially edited on a windows box and now lives on linux?