Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Creating a backup of your database

Database, Maintenance Web, Web Articles for Dummies

Before performing any procedures that affect your database (such as installing or upgrading a module), you should create a backup in case you need to restore your site. The database contains all of the content of your website, as well as its settings and configuration options..

Most web providers use software called PhpMyAdmin to allow easy administration of the MySQL database software that is also commonly used. This tutorial will focus on using it to create a backup.

  1. The exact method for reaching the PhpMyAdmin page for your website differs depending on your web host..

Full article: http://www.topnotchthemes.com

License:   Creative Commons Attribution-Share Alike 3.0 United States

Add to any service

Indexed in May 2008

Related Info Web

  • WordPress Database Backup Plugin
  • If you use WordPress probably I do not think I need to tell what is a database. But everyone should know that every database must be saved periodically. I’ll speak about a plugin very useful and that any blogger should have installed, the WordPress Backup Database, which helps you to make and schedule your backups automatically.. .. It leads you to a...

  • How to migrate from Drupal 5 to WordPress 2
  • I migrated my blog from Drupal 5 to WordPress 2 nearly 2 weeks ago. The process wasn’t as painful as I thought it would be, thanks to a handy howto via vrypan.net. Another resource I refer to every time I get into tweaking MySQL rows is UrbanMainframe’s MySQL search and replace tipsheet. Thanks to both of these great resources for...

  • How to Backup a Blogger Blog
  • If you have a blog hosted on Blog*Spot and you've upgraded to the new version, there's an easy way to backup your blog. This page lists the latest N posts from the blog: http://blogname.blogspot.com/search?max-results=N Instead of N, type the number of posts. If your blog has less than 1000 posts, you can save this page: http://blogname.blogspot.com/search?max-results=1000 To download all the photos uploaded to your blog,...

  • Automatic Daily Backup with cpanel
  • This script is an updated version of the one posted by max.hedroom in cpanel.net forums. It supports scp/ftp uploads and remote directories. You can execute this script from you scp host,home computer or your host server. I’d suggest using it from your own machine since it contains plan text passwords! All You have to do is save the following code to...

  • How Do I Enable remote access to MySQL database server?
  • By default, MySQL database server remote access disabled for security reasons. However, some time you need to provide the remote access to database server from home or from web server. Step # 1: Login over ssh if server is outside your IDC First, login over ssh to remote MySQL database server Step # 2: Enable networking Once connected you need edit the mysql configuration...