backup of mysql in asp.net
-
hii I created backup of mysql from command prompt using mysqldump utility.I was successful.The syntax is as follows first i go to mysql/bin folder and there I type mysqldump -uroot -psameer databasename>D:\t.sql that is the above syntax now when i run this syntax in asp.net using shell command i get no error However no backup file is created,but it works from command prompt. Any idea to make it work in asp.net the syntax which im using in vs2005 is shell(C:\programfiles\mysql\bin\mysqldump -uroot -psameer databasename>D:\t.sql) Any help would be greatly appreciated :doh:
-
hii I created backup of mysql from command prompt using mysqldump utility.I was successful.The syntax is as follows first i go to mysql/bin folder and there I type mysqldump -uroot -psameer databasename>D:\t.sql that is the above syntax now when i run this syntax in asp.net using shell command i get no error However no backup file is created,but it works from command prompt. Any idea to make it work in asp.net the syntax which im using in vs2005 is shell(C:\programfiles\mysql\bin\mysqldump -uroot -psameer databasename>D:\t.sql) Any help would be greatly appreciated :doh:
Hii, Jose if i understand correctly then username and password is working on command prompt.Then the same should work with shell utility in asp.net.Isn't it. :sigh: