how to take back up pf mysql databases

use either phpMyadmin or MySQL tools, in case you able to do by command prompt then command looks like this

mysqldump -u username database_name > backupfile.sql -p

MySQL documentation in regards of http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html backup

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.