<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.28.2">
</HEAD>
<BODY>
On Fri, 2010-02-19 at 18:17 -0500, R. G. Newbury wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
You have a missing ' needed to match the one at the beginning of 
'/mnt/mythtv/media/mythconverg--2010021912721.sql


Geoff



</PRE>
</BLOCKQUOTE>
Of course. Here is what happens<BR>
<BR>
mythtv@mythtv-debian:~$ mysqldump --defaults-extra-file='/tmp/mythtv_db_backup_conf_ecDuf5' --host='192.168.1.102' --user='mythtv' --add-drop-table --add-locks --allow-keywords --complete-insert --extended-insert --lock-tables --no-create-db --quick 'mythconverg' &gt; '/mnt/mythtv/media/mythconverg--20100219212721.sql'<BR>
<BR>
Could not open required defaults file: /tmp/mythtv_db_backup_conf_ecDuf5<BR>
Fatal error in defaults handling. Program aborted<BR>
mysqldump: Got error: 1045: Access denied for user 'mythtv'@'jongi-mythtv' (using password: NO) when trying to connect<BR>
<BR>
I then did:<BR>
<BR>
$ ls -la /tmp/mythtv_db_backup_conf_ecDuf5<BR>
<BR>
ls: cannot access /tmp/mythtv_db_backup_conf_ecDuf5: No such file or directory
</BODY>
</HTML>