MySQL Forums
Forum List  »  Backup

Re: mysqldump -> Unknown suffix '/'
Posted by: Shane Allen
Date: August 30, 2005 11:23AM

I think the problem with the debian build (I'm understanding that that is what most of the respondents of this thread are running) has to do with the options they are trying to set.

In /etc/my.cnf or /etc/mysql/my.cnf, under the [client] header:
remove port and socket

In /etc/mysql/debian.cnf, under the [client] header:
remove host

The edits to debian.cnf should leave only a username and password. The edits to my.cnf should leave most of the file intact. I'd suggest not deleting the entire my.cnf as suggested above -- the compiled in defaults for mysql are not ideal for very many people. You can get better performance if you start with the debian default my.cnf and tweak it a little.

Options: ReplyQuote


Subject
Views
Written By
Posted
5849
December 27, 2004 04:24PM
3177
January 30, 2005 03:04AM
Re: mysqldump -> Unknown suffix '/'
3069
August 30, 2005 11:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.