Give back my blog soul

I already pack my blog in old host and transfer the files to new home.

Today I’ll give my blog soul back :-)

Creating Database

It’s common process in setting up database in cpanel.

Click MySQL Databases icon in cpanel.

hosting7 Give back my blog soul

1. Creating database ‘knockdown’

hosting8 Give back my blog soul

2. Followed by add new user

hosting9 Give back my blog soul

3. We need to add that user to database we already create

hosting10 Give back my blog soul

4. Assign privileges to user

hosting11 Give back my blog soul

5. Edit wp-config.php with data above

hosting12 Give back my blog soul

DB_NAME, DB_USER and DB_PASSWORD will be use for restoring database data.

6. Restoring database

[oneone5@host239 knockdown]$ ls
index.php readme.html wp-atom.php wp-commentsrss2.php wp-content wp-includes wp-mail.php wp-register.php wp-settings.php
knockdown.sql wp-admin wp-blog-header.php wp-config-sample.php wp-cron.php wp-links-opml.php wp-pass.php wp-rss.php wp-trackback.php
license.txt wp-app.php wp-comments-post.php wp-config.php wp-feed.php wp-login.php wp-rdf.php wp-rss2.php xmlrpc.php
[oneone5@host239 knockdown]$ mysql -uoneone5_knock -p oneone5_knockdown < knockdown.sql

Enter password:
[oneone5@host239 knockdown]$

Done.

Data successfully restored and migration task accomplished :-)

See you next time.

Related Reading:

Using DrupalUsing Drupal

With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

Drupal For DummiesDrupal For Dummies

Learn to set up, manage, and administer a Drupal Web site

Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

“For Drupal to succeed, we need books like this.”

–Dries Buytaert, Drupal founder and project... Read More >

Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

Thanks for reading, if you think this post help you please consider to buy me a beer

  • Share/Bookmark
Tips

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments are closed.