• 1-888-289-2246
  • 24x7x365 Presence
  • Login
  • Home
  • Web Hosting
    • Windows Hosting
      • Plesk Panel
      • H-Sphere Panel
    • Linux Hosting
      • Plesk Panel
      • H-Sphere Panel
    • Reseller Hosting
    • Semi-Dedicated Server Hosting
      • Windows w/H-sphere Panel
      • Linux w/H-sphere Panel
    • SpamFiltering Mail Hosting
    • SSL Digital Certificates
  • Server Hosting
    • Hyper-V Windows VPS
    • Cloud Linux VPS
    • Dedicated Server
    • Managed Dedicated
  • Domains
  • Support
    • Why Us
    • Contact Us
    • Pre-Sales FAQ
    • After-Sales Help
    • Forums
    • Legal
Illustration of a bird flying.
  • Changing the MySQL password

    Please follow the command below to set your password for the first time for MySQL:- # mysqladmin -u root password YOURPASSWORD We can change the root password through the command below :- # mysqladmin -u root -p’oldpassword’ password ‘yournewpassword’ ]]>

    August 20, 2013
  • Transferring Data from One Table to Another

    This is to transfer data from one table to another within a single database To transfer all data from one table to another within the same database: “INSERT INTO TABLE2 SELECT * FROM TABLE1” ]]>

    August 20, 2013
  • How to see the records/contents of a MySQL database table?

    If you have your own server and have MySQL installed with some database, and would like to viewthe contents of a table in that database, then you can follow the steps below:- Step 1: Login to your Linux server and run the command below on the MySQL command line to login :-mysql -u root -p […]

    August 19, 2013
  • Creating a password-protected .zip file in Linux

    Please follow the command below to create a .zip file with password: >> zip -P yourpassword file_name.zip file_name  (but the password will show up in history) >> zip -e file_name.zip file_name (when one runs this command, then one is asked to enter the desired password and the password does not also show up in history). […]

    August 19, 2013
  • PLESK not recognizing SmarterMail install?

    You can fix that problem – you just need to run the server-side command below: Go to start >> run >> type cmd >> cd %plesk_bin% >> defpackagemng.exe –fix ]]>

    August 19, 2013
  • Custom DNS records option not visible in the DNS configuration of the domain in the H-Sphere control panel?

    Solution :- The reseller needs to enable this opton in the respective plan, after which the user will be able to see this option. ]]>

    August 18, 2013
  • How to take a MySQL database schema backup using the command line

    The following command can be used to take a MySQL database schema backup on the command line :- command : mysqldump -u dbusername -p passwd datbase_name –no-data=true >> output_file.sql ]]>

    August 18, 2013
  • How to run PHP in an HTML page

    Add the string below in the .htaccess file:- addtype application/x-httpd-php .php .htm .inc .html ]]>

    August 8, 2013
  • How to get a partition UUID in Linux

    Run the command below:- [root@mailserver ~]# /sbin/blkid/dev/sdc1: UUID=”f5657f0c-fd89-42ab-8a0c-900253e3a1ed” TYPE=”ext4″/dev/sdc2: UUID=”49bf1dff-dc45-4041-aa93-1824c5cee548″ TYPE=”swap”/dev/sdc3: UUID=”425a0310-5132-4811-9f79-2a1d32d00024″ TYPE=”ext4″ ]]>

    August 2, 2013
  • Steps to increase the MySQL / MSSQL / PgSQL database quota in H-Sphere

    Please follow the steps below: 1) Login the H-Sphere control panel.2) Select Database >> MySQL / MSSQL / PgSQL DBs.3) On the page that appears, you can see the existing database name in blue link under the Database name field. Click on it.4) On the page that appears, you can see the Change quota icon […]

    July 31, 2013
←Previous Page
1 … 16 17 18 19 20 … 29
Next Page→

JodoHost Blog

Proudly powered by WordPress