by iskrend | Sep 4, 2020 | Hosting Basics
phpPgAdmin’s relation to PostgreSQL is the same as the one formed between phpMyAdmin and MySQL. More specifically, phpPgAdmin is a web-based software utility that allows you to manage your PostgreSQL database. The tool can be opened in a web browser as a regular...
by iskrend | Sep 1, 2020 | Hosting Basics
PostgreSQL, originally named Postgres, is a powerful cross-platform database management system that is based on the object-relational database model. Postgres is distributed free of charge and is open source, allowing you to view and modify its code as you see fit....
by iskrend | Aug 28, 2020 | Hosting Basics
phpMyAdmin is a utility that is used to manage and administer MySQL and MariaDB databases. This tool can be downloaded from the phpMyAdmin website directly and also comes preinstalled on all of our shared hosting plans which include our free hosting plan and our...
by iskrend | Aug 25, 2020 | Hosting Basics
MySQL is a relational database management system that is based on the Structured Query Language (SQL). Thanks to its open-source nature, rich feature set, and stability, MySQL has become integral to many of the most popular software stacks for building and maintaining...
by iskrend | Aug 21, 2020 | Hosting Basics
At its core, a database is just a collection of information that is stored on a computer. This information is often organized in a logical manner and is controlled through a sophisticated program called a database management system (DBMS). Thanks to the DBMS, the...