hm_468x60_09_395
announcement

Joomla Web Hosting

Find the best and most affordable Joomla web hosting provider.

Community Showcase on joomla.org

The Joomla Project is pleased to announce latest undertaking to promote Joomla site

Advertise on JoomlPanel.com

For only $30.00 a month you can advertise on one of the web's largest Joomla websites.

More Changes Coming Soon!

Check back for future changes!

bh_300x250_08_395

Beckup Database Joomla with mySQLdump

There are many ways how web publisher can create a backup joomla database with MySQL. Tthe backup possibilities depend on what kind of database engine you use. In this tutorial only demonstarte mysqldump as it is more general than the others and can backup all kind of tables.

 

Using mysqldump to backup your data:

First of all you have to check if the MySQL bin directory is in your PATH or not. Simply try to execute the mysqldump command. If the file was not found then you can extend your PATH or switch to the MySQL bin directory. For example on my Windows machine it is: D:\Program Files\MySQL\MySQL Server 5.0\bin\ Mysqldump creates an sql file as the result of the backup. Later you simply can execute this file to recreate the MySQL database. You can backup only some tables, the complete database or all available databases depending on how you call mysqldump. The most simple way to backup a single MySQL database on web hosting is the following:

Code:
  1. mysqldump -r c:\backup\myDb.sql myDb

This code generates the backup of the myDb database in the c:\backup directory.

Backup database with username and password:

To backup our myDb database with username and password is the following:

Code:
  1. mysqldump -u user -ppassword -r c:\backup\myDb.sql myDb

Backup only some tables:

An other common wish is to export only some tables instead of the complete database. It is quite easy with mysqldump. You simply have to list the tables you want to export after the database name like here:

Code:
  1. mysqldump -u user -ppassword -r c:\backup\myDb.sql myDb user error
This command exports the user and the error tables from the myDb database.

Backup all databases:

The last method I want to present in this tutorial is the backup of all available databases at once. Fortunately this is really very easy task. Simply use the --all-databases option as here:

 

Code:
  1. mysqldump -u user -ppassword -r c:\backup\myDb.sql --all-databases

 

 

 

 

 

 

joomlahosting




Joomla Tutorials

Joomla panel provides easy to use website joomla tutorial free download joomla templates for joomla verssion 1.0x and 1.5x. Here you will learn how to install Joomla, all the way to installing and customizing your own templates.

Tutorials Showcase enables you to build Web sites and powerful web applications. Best of all, Joomla is an open source solution that is freely available to everyone.

Building Web CMS Project

Submit your joomla web to joomlapanel web showcase gallery directories and find the joomla stable extensions : Joomla plugin, joomla module, joomla component, joomla mambot.

Submit your Article blog into our article directories to anchance high web Traffic.

 

Article and Tips trick

Your sohowcase for Travel guide; Hotel, Villas resort, Flight, car website

tutorial