Back to the month index |
Back to the list index
|
David J. Hughes (bambi@Hughes.com.au)
Thu, 8 Apr 1999 09:28:30 +1000 (EST)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Next message: David J. Hughes: "Re: Thinking out loud re: w3-msql"
- Previous message: Jason Wilkes: "Hit by Sig 11 - The missing bits"
Date: Thu, 8 Apr 1999 09:28:30 +1000 (EST) From: "David J. Hughes" <bambi@Hughes.com.au> Subject: Re: Platform Differences? Message-ID: <Pine.BSF.3.96.990408092636.287D-100000@fawn>
Firstly, you should upgrade the Solaris box from 2.0 to 2.0.8. There have
been _lots_ of changes in the code in the last year and a half since the
original 2.0 release.
Secondly, you can't just FTP a set of data files onto another server. The
structure of the file is dependent on the OS on which mSQL is running. To
transfer a database called test use
msqldump test > test.dump (on the Solaris box)
msqladmin create test
msql test < test.dump (on the Linux box)
This will recreate everything including indices etc.
Bambi
...
- Next message: David J. Hughes: "Re: Thinking out loud re: w3-msql"
- Previous message: Jason Wilkes: "Hit by Sig 11 - The missing bits"