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
> 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