It looks like my first issue with slave replication is a verified
bug #1345.
I believe the second one is also because -Q does not quote db names
so I opened a new bug #1348.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/
On Thu, Sep 18, 2003 at 01:47:04PM -0400, [EMAIL PROTECTED] wrote:
> I have a database called abc-100 which seems to cause problems with
> replication and importing sql files created with mysqldump.
>
> First, if on the master we create a temporary table (because we
> don't have subselects yet) it
I have a database called abc-100 which seems to cause problems with
replication and importing sql files created with mysqldump.
First, if on the master we create a temporary table (because we
don't have subselects yet) it causes the slave to die with the
following.
Relay log says:
DROP /*!40005
daniel james ([EMAIL PROTECTED]) writes:
> I need to generate a tab-delimited text dump of table
> data ONLY and have it output to a text file. I don't
> want any table info, delimiters, etc. I need this to
> copy/paste into a excel spreadsheet. What's the
> syntax?
>
> I'm stuck here:
>
> %
daniel james wrote:
>
> I need to generate a tab-delimited text dump of table
> data ONLY and have it output to a text file. I don't
> want any table info, delimiters, etc. I need this to
> copy/paste into a excel spreadsheet. What's the
> syntax?
>
> I'm stuck here:
Hi:
What do you think ab
I need to generate a tab-delimited text dump of table
data ONLY and have it output to a text file. I don't
want any table info, delimiters, etc. I need this to
copy/paste into a excel spreadsheet. What's the
syntax?
I'm stuck here:
% mysqldump dbname tablename > ???
pleasepleaseplease help..!