<div>I got essentially the same printout. There were the following, among many others:</div>
<div>mysqldump.exe</div>
<div>mysqldump.pdb</div>
<div>What's a *.pdb file? Don't know it matters. If there were just some darn way to know where that daggone database is, I could copy it and move it to another machine.</div>
<div>TIA,</div>
<div>V<br><br></div>
<div class="gmail_quote">On Thu, Sep 3, 2009 at 1:42 PM, Dennis Lee Bieber <span dir="ltr"><<a href="mailto:wlfraed@ix.netcom.com">wlfraed@ix.netcom.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Wed, 2 Sep 2009 16:45:02 -0400, Victor Subervi<br><<a href="mailto:victorsubervi@gmail.com">victorsubervi@gmail.com</a>> declaimed the following in<br>
gmane.comp.python.general:<br>
<div class="im"><br>> I tried running it like you said, got this error:<br>> 'mysqldump' is not a recognized internal or external command.<br>> If I could just figure out in what file the data were stored, I could copy<br>
> it and try it in another computer. Any ideas?<br><br></div>       That tells me that the MySQL binaries are either not installed on<br>the computer, or are not in the Windows (not Python) search path. (note:<br>I've line split at each ; so it can be read)<br>
<br>C:\Documents and Settings\Dennis Lee Bieber>echo %PATH%<br>e:\Python25\;<br>E:\GNAT\2008\bin;<br>C:\WINDOWS\system32;<br>C:\WINDOWS;<br>C:\WINDOWS\System32\Wbem;<br>C:\Program Files\SciTE;<br>C:\Program Files\Java\jre1.6.0_03\bin;<br>
C:\Program Files\Java\jdk1.6.0_03\bin;<br>C:\Program Files\Common Files\Adobe\AGL;<br>C:\Tcl\bin;<br>C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;<br>C:\Program Files\Common Files\Roxio Shared\DLLShared\;<br>
c:\Regina;<br>C:\Program Files\TortoiseSVN\bin;<br><br>C:\PROGRA~1\MySQL\MySQL Server 5.0\bin;<br><br>E:\GNAT\GtkAda\bin;<br>C:\MSSQL7\BINN;<br>c:\PROGRA~1\sdb\programs\bin;<br>c:\PROGRA~1\sdb\programs\pgm;<br>e:\python25\scripts;<br>
C:\WINDOWS\system32\WindowsPowerShell\v1.0;<br>C:\Program Files\Common Files\Roxio Shared\DLLShared\;<br>C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;<br>c:\bin<br><br>       Note the isolated line in the middle above? That's how the OS finds<br>
all the MySQL command line tools.<br><br>C:\Documents and Settings\Dennis Lee Bieber>dir "C:\PROGRA~1\MySQL\MySQL<br>Server 5.0\bin"<br> Volume in drive C is System<br> Volume Serial Number is 0487-A514<br><br>
 Directory of C:\PROGRA~1\MySQL\MySQL Server 5.0\bin<br><br>09/16/2006  11:04 AM    <DIR>          .<br>09/16/2006  11:04 AM    <DIR>          ..<br>08/26/2006  01:14 AM         1,196,032 comp-err.exe<br>08/26/2006  01:14 AM         1,519,616 libmySQL.dll<br>
08/26/2006  01:14 AM         1,433,600 myisamchk.exe<br>08/26/2006  01:14 AM         1,339,392 myisamlog.exe<br>08/26/2006  01:14 AM         1,351,680 myisampack.exe<br>08/26/2006  01:14 AM         1,314,816 myisam_ftdump.exe<br>
08/26/2006  01:14 AM         1,622,016 mysql.exe<br>08/26/2006  01:14 AM         1,482,752 mysqladmin.exe<br>08/26/2006  01:14 AM         1,499,136 mysqlbinlog.exe<br>08/26/2006  01:14 AM         1,470,464 mysqlcheck.exe<br>
08/26/2006  01:14 AM         6,721,536 mysqld-debug.exe<br>08/26/2006  01:14 AM         4,964,352 mysqld-max-nt.exe<br>08/26/2006  01:14 AM         4,960,256 mysqld-max.exe<br>08/26/2006  01:14 AM         4,435,968 mysqld-nt.exe<br>
08/26/2006  01:14 AM         4,435,968 mysqld.exe<br>08/26/2006  01:14 AM         1,511,424 mysqldump.exe<br>08/26/2006  01:14 AM         1,470,464 mysqlimport.exe<br>04/19/2006  04:41 AM         1,561,600 MySQLInstanceConfig.exe<br>
08/26/2006  01:14 AM         1,519,616 mysqlmanager.exe<br>08/26/2006  01:14 AM         1,474,560 mysqlshow.exe<br>08/26/2006  01:14 AM         1,576,960 mysqltest.exe<br>08/26/2006  01:14 AM         1,814,528 mysql_client_test.exe<br>
08/26/2006  01:14 AM         1,200,128 mysql_upgrade.exe<br>08/26/2006  01:14 AM         1,191,936 my_print_defaults.exe<br>08/26/2006  01:14 AM         1,171,456 perror.exe<br>08/26/2006  01:14 AM         1,187,840 replace.exe<br>
             26 File(s)     55,428,096 bytes<br>              2 Dir(s)  11,701,739,520 bytes free<br><br>       MySQLdb is just a db-api interface to a running server. But<br>mysqldump is not a MySQLdb command -- it's a MySQL commandline utility.<br>
Anything being invoked via os.system(), or a popen() variant, is<br>external to Python, and depends upon the OS to execute.<br><font color="#888888"><br><br><br><br><br><br>--<br>       Wulfraed         Dennis Lee Bieber               KD6MOG<br>
       <a href="mailto:wlfraed@ix.netcom.com">wlfraed@ix.netcom.com</a>   <a href="http://wlfraed.home.netcom.com/" target="_blank">HTTP://wlfraed.home.netcom.com/</a><br></font>
<div>
<div></div>
<div class="h5"><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br></div></div></blockquote></div><br>