Export MYSQL database to install on ISP ASP.Net

Export MYSQL database to install on ISP ASP.Net

am 02.04.2006 21:15:31 von csgraham74

Hi Guys,

does anyone know how to export mysql so that i can set it up on my ISP
windows server ??. i

s there some sort of export command to do this ??

if there is a step by step guide on how to do this could someone please
point me towards it.

Thanks in advance


CG

Re: Export MYSQL database to install on ISP ASP.Net

am 03.04.2006 04:28:56 von Bill Karwin

csgraham74 wrote:
> does anyone know how to export mysql so that i can set it up on my ISP
> windows server ??.

Mysqldump is the most likely solution for you.

http://dev.mysql.com/doc/refman/5.0/en/mysqldump.html

See more detailed answer in your thread, "Connecting to MYSQL via MS
Access".

Regards,
Bill K.