RE: Connecting to MySQL on Linux from a Windows machine.

2002-10-18 Thread Randy Witt
Will, Do you have a user/host pair for the client in the user table within the mysql database?? It's not good enough just to have a user, the host has to be setup too. > I cannot connect from my Windows machine to the MySQL database running on > the Linux server. > > I have tried several differ

RE: win32 batch scripts

2002-10-08 Thread Randy Witt
> i would like to know how to write batch script for dumping schema and > data into a sql file. This script should dump the whole database and > data Here is what I use which is pretty straightforward unless I am missing something. d:\mysql\bin\mysqldump -u root --password=password --opt -A > d