views:

37

answers:

4

I want to download MySQL Database.....

Any one can suggest me for best link to download the MYSQL

A: 

http://dev.mysql.com/downloads/

Ben
There was so many download links from your mentioned link, i want to create database, table etc...., for that which link i have to download?
Gopal
+1  A: 

http://dev.mysql.com/downloads/mysql/

Yassir
There was so many download links from your mentioned link, i want to create database, table etc...., for that which link i have to download?
Gopal
check the new link ...
Yassir
A: 

http://downloads.mysql.com/archives.php

k_v
A: 

Or are you trying to back an existing database? If you have shell access to the database machine, you can use mysqldump ( http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html ). If not, myPhPAdmin ( http://www.phpmyadmin.net/home_page/index.php ) has a collection of download utilities.

Curtis