What is Apache Web Server? The Apache HTTP Server referred to simply as Apache, is a web server notable for playing the main role in the initial growth of the…
Author: admin
Virtuozzo VPS Web Hosting
July 18, 2007 / vps hostingVirtuozzo VPS Hosting Virtuozzo is one of the most popular platforms available for VPS server hosting and is used by countless numbers of web hosting providers to offer Windows VPS…
E-commerce Hosting
July 17, 2007 / Web HostingE-commerce Hosting E-commerce’s E stands for Electronic. E-commerce is the online transaction of business as well as a term for any type of business. Or commercial transaction, which involves the…
What is ASP.NET? (Active Server Pages)
July 16, 2007 / Web HostingASP < ASP means Active Server Page. ASP was created by Microsoft. It allows web pages to include dynamic content, often pulled from a database. ASP can be used to…
What Is HTML?
July 10, 2007 / General DiscussionHere is the complete Description of HMTL which are as follows:- HTML (stands for Hypertext Markup Language) is a computer language that makes up most web pages and online applications…
Zen Cart Shopping Cart
July 9, 2007 / General DiscussionZen Cart is an open-source e-commerce system that aims to be a Very Easy solution for online commerce. Zen Cart is based on the PHP programming language and a MySQL…
Difference Between VPS & Shared Hosting?
July 6, 2007 / vps hostingFirst, we will start with the short Description of VPS Hosting and Shared Hosting which is given below:- Short description of VPS Hosting: VPS stands for Virtual Private Servers. VPS…
Open a terminal – Applications>Accessories>Terminal To become root – type su>uname-r>The output will show kernel version Installation of packages – Applications>add/remove Type in the root password In Package manager>go to…
CREATE TABLE tbl_auth_user (user_id VARCHAR(10) NOT NULL,user_password CHAR(32) NOT NULL, PRIMARY KEY (user_id)); INSERT INTO tbl_auth_user (user_id, user_password) VALUES (‘theadmin’, PASSWORD(‘chumbawamba’));INSERT INTO tbl_auth_user (user_id, user_password) VALUES (‘webmaster’, PASSWORD(‘webmistress’));
The following are the steps to install MySQL in Windows – The Zip file – MySQL-shareware-3_22_34-win.zip Also, check for the latest versions on the internet A temporary directory should be…