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.
1. Creating database ‘knockdown’
2. Followed by add new user
3. We need to add that user to database we already create
4. Assign privileges to user
5. Edit wp-config.php with data above
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 DrupalWith 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 DummiesLearn 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 EditionWidely 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, Scripting“For Drupal to succeed, we need books like this.”
–Dries Buytaert, Drupal founder and project... Read More >
Cracking 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 >
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.






