Hi. On Mon 2003-01-20 at 16:51:53 -0700, [EMAIL PROTECTED] wrote: > > Just a quick question. I am just starting to learn MySQL. I am on a > windows XP pro computer but want to create scripts using php and cgi for > all platforms. If I create a database using MySQL on windows, is the > database transportable to Unix and Linux?
Generally yes. There are some minor issues (like case sensitivity) which you should be aware of to create a truly portable database. But even if you ignore these issues it is easy enough (though maybe time consuming) to fix them later. Have a look at http://www.mysql.com/doc/en/Windows_vs_Unix.html which mentions all caveats, AFAICS. HTH, Benjamin. -- [EMAIL PROTECTED] --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php