hey guys,
i am using XAMPP and i want to take the back up of my database.
Please give some suggestions
anuj_sharma -3 Junior Poster
Recommended Answers
Jump to Posthey guys,
i am using XAMPP and i want to take the back up of my database.
Please give some suggestionsDid you install phpMyAdmin tool with it? If so there is option to export, when you do that you can save your data in various formats (sql, csv, xml …
Jump to PostAre you able to access your MySQL through Command Prompt?
The command ismysql -u YourUsername -p
that will trigger request for password. After submission of correct password you can type SQL commands
show databases;
. Let me know if you can do that...
Jump to PostFind MySQL Server Instance Config Wizard, this should be either under Start/All Programs/MySQL/MySQL Server 5 or can be found under C:\Program Files\MySQL\MySQL Server 5.0\bin
Run config wizard Welcome screen -> go Next
Choose maintenance option -> Reconfigure Instance
Select configuration type -> Standard Configuration
You see following screenMark …
All 11 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
anuj_sharma -3 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
anuj_sharma -3 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
varmadba 12 Junior Poster in Training
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
varmadba 12 Junior Poster in Training
anuj_sharma -3 Junior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.