Free Hosting Tutorials

Site Loading Cpanel Default page – Error wrong updating A record

While we enter site Url in the browser www.domainname.com it is automatically redirect into http://domainnmae.com/cgi-sys/defaultwebpage.cgi For these error message occur by the updating wrong A record. These problem has been solved by recreating the account or update the proper A record. If you can see this page, then the people who manage this server have […]

How to create a table in phpmyadmin

1.Log into the cpanel >> phpmyadmin 2.Before creating the table,create the database 3.Type the name, select the number of fields and click the Go button. You will then be taken to a setup screen where you should create the fields for the database. 4.Run a mysql queary which will create a table CREATE TABLE tablename […]

PROCEDURE TO WHITELIST AN EMAIL ACCOUNT

STEPS TO WHITELIST AN EMAIL ACCOUNT: Suppose your domain name is xxx.com, 1.  please send a mail to assp-white@xxx.com and follow the below steps 2.  body of the mail should contain the email id which is to be whitelisted 3. subject should be “add to whitelist” 4.  In a short time you will receive a […]

How to import and export a database in phpmyadmin

1.Log into the cpanel 2.click on phpmyadmin windows opens 3.By clicking on the export tab,you can export all the database tables available in different formats like SV, SQL, PDF, Microsoft Excel, Microsoft Word, XML.You can export all the tables at a time or you can export one by one 4.To import your database click on […]

How to install PhpMyAdmin in VPS

1.Download the phpmyadmin software wget http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.3.1%2FphpMyAdmin-3.3.1-all-languages.7z/download#!md5!8deab1b30f415dd2f33c46e8f28501ef 2.Extract the package 3.Then upload the extracted files and folders through filezilla 4.Place the software at the place where you would like to access the software 5.If you want to open phpmyadmin as http://domainname/phpmyadmin means,place the contents under public_html/phpmyadmin 6.NOw create the database ,database user and add that user […]