PhpLogLick Posted August 24, 2008 Share Posted August 24, 2008 I just want to know how to download mysql database... Please provide me some tutorial or example code Link to comment https://forums.phpfreaks.com/topic/121145-download-mysql/ Share on other sites More sharing options...
trq Posted August 24, 2008 Share Posted August 24, 2008 You'll want to create a mysql dump then download that. mysqldump -u<username> -p<password> nameofdatabase > sql.dump If you dont have shell access, do you have phpmyadmin? Link to comment https://forums.phpfreaks.com/topic/121145-download-mysql/#findComment-624524 Share on other sites More sharing options...
PhpLogLick Posted August 24, 2008 Author Share Posted August 24, 2008 I want to see code,how it works mate Link to comment https://forums.phpfreaks.com/topic/121145-download-mysql/#findComment-624525 Share on other sites More sharing options...
trq Posted August 24, 2008 Share Posted August 24, 2008 There is no code, its a simple mysql command executed via your shell. Link to comment https://forums.phpfreaks.com/topic/121145-download-mysql/#findComment-624526 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.