Finding the winner of the hosting service provider battle: BlueHost vs. SiteGround

Deciding which web hosting service to pick is tricky. All the popular options on the internet allegedly offer the best services and lucrative packages. BlueHost and SiteGround are undoubtedly among the leaders of hosting services of 2018. Picking one among the two is challenging since their features and functions go neck in neck. So, how […]

MySQL CREATE TABLE

Using CREATE TABLE statement in MySQL you can create a table into the database. The following example shows the statement in the simple form: CREATE TABLE Format: CREATE TABLE IF NOT EXISTS `tbl` ( tbl_id int(11) NOT NULL AUTO_INCREMENT, tbl_title varchar(100) DEFAULT NULL, post_date DATE DEFAULT NULL, update_date DATE DEFAULT NULL, PRIMARY KEY (tbl_id) ) […]

MyISAM vs Innodb

MyISAM vs Innodb – both are commonly used engines on MySQL servers and they both have their unique advantages and disadvantages against each other. MyISAM is the default storage engine type for MySQL 5.0 but the Cloud Sites environment defaults the storage engine to Innodb. MyISAM vs Innodb: MyISAM: Table level locking. Innodb: Row level […]

Privacy Policy

This Privacy Policy governs the manner in which Namaste UI collects, uses, maintains and discloses information collected from users (each, a “User”) of the http://www.namasteui.com website (“Site”). Personal identification information We may collect personal identification information from Users in a variety of ways, including, but not limited to, when Users visit our site, fill out […]