bookmark.php Favorites Bookmark this page to Reddit Share this page on Twitter Bookmark this page to Delicious Bookmark this page to Facebook Bookmark this page to StumbleUpon More bookmarks

NameShelf


DomainsCity


Domain Products


Domain Services


Domain Tools


Help and Support



Copy Entire Database or Rename Database in cPanel?

Category: cPanel


February 19, 2010

Is there a way for me to copy an entire database in cPanel?

Go to cPanel > MySQL Databases and Create a New Database with the name you want.
Go to phpMyAdmin and in the left menu click the original database you want to copy (do not click on any tables inside).
Look to the top tabs and choose Operations.
Enter the new database name (full name e.g. username_databasename) next to Copy database to: and uncheck “CREATE DATABASE before copying”. Only “Structure and data” should be selected.
Note: You cannot use Rename database to: because you cannot create databases in phpMyAdmin.
Click the GO button in the same box.

Comments (0)

Copy Entire Database from an External Server in cPanel?

Category: cPanel


February 17, 2010

Is there a way for me to copy an entire database from another server?

You will need to export the original database, and import to a new database.

How to export?

Go to existing database in phpMyAdmin
Click Export at the top
Leave the settings as they are, click the “Save as file” checkbox and click Go
This will download a .sql file to your computer

Comments (0)

How to Specify the CSS Padding Style of a Box?

Category: Latest Posts


October 19, 2009

CSS Property: padding, padding-top, padding-right, padding-bottom, padding-left

Possible Values

* [percentage]
* [length] – (”0″ is default)
* inherit
* padding can have:
o one value, such as 10px, to specify equal padding on every side
o two values, such as 10px 5px, to specify top/bottom (first value) and right/left (second value) padding
o three values, such as 10px 5px 2px, to specify top (first value), right/left (second value) and bottom (third value) padding
o four values, such as 10px 5px 2px 1px to specify top, right, bottom and left padding respectively.

Comments (0)

Why Images Are Not Uploading in Wordpress?

Category: Latest Posts


October 19, 2009

If you are unable to upload images through the default text editor and no file is copied to the uploads folder, this post may solve your problem. 

Here is how to solve the problem:

1. Go to Settings
2. click on Miscellaneous
3. Created a new Upload folder in the Webroot Directory
4. Changed my Full URL path to files to: “http://myfullurlhere/uploads”
5. Unchecked “Organize my uploads into month- and year-based folders”
6. Click save changes

Comments (0)