From: Michael Dykman Date: September 2 2009 3:39pm Subject: Re: mysqldump warning or actual error? List-Archive: http://lists.mysql.com/mysql/218566 Message-Id: <814b9a820909020839i4f9e71fcj6e19ca53fb189628@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable If you look at the options for mysqldump more closely, you will see that you can specify the version of the server which will be importing the result file. These cause MySQL to taylor the SQL syntax according to the target platform. - michael dykman On Wed, Sep 2, 2009 at 11:03 AM, Matt Neimeyer wrote: > My local windows machine has mysql 5.1.33 installed on it. One of my > Mac OSX dev servers has some 4.1 flavor of MySQL on it. > > When I try to do something like the following: mysqldump -h devserver > -u me -p somedb > dump.sql > > I get the following: > > mysqldump: Error: 'Table 'information_schema.files' doesn't exist' > when trying to dump tablespaces > > It looks like it creates the export fine but I've been ssh-ing into > the dev box and doing it locally there "just in case" > > Should I be worried? Is there some option that would supress that > (that i didn't see in mysqldump --help)? Is it truely harmless? > > Thanks > > Matt > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: =A0 =A0http://lists.mysql.com/mysql?unsub=3Dmdykman@gmail= .com > > --=20 - michael dykman - mdykman@stripped Don=92t worry about people stealing your ideas. If they=92re any good, you=92ll have to ram them down their throats! Howard Aiken