Articles
You can connect to MySQL remotely by using host % instead of localhost. If you are security...
Connection Pooling on Shared ServersDue to the nature of shared systems, applications need to play nice with others. For connection...
How to Access WebmailHow to access email accounts via webmail To access webmail of your PHP hosting or Java web...
How to Install Oracle XE 11g on CentOs 5Note: # means ROOT prompt. # yum install libaio bc flex Download...
How to Use MySQLOverview MySQL is a very fast, multi-threaded, multi-user, and robust SQL (Structured Query...
How to create database in SiteworxHow to create a database in siteworx With Sitworx UI you have full control over the creation of...
How to set up Tomcat with MySQLHow to host Tomcat in the cloud with MySQL database.Once you ordered any of our tomcat plans you...
MariaDB Database ConnectorCentOS 7 and up currently utilizes MariaDB instead of MySQL. This is also true for almost all...
PostgreSQLWhat Is PostgreSQL? PostgreSQL is pronounced Post-Gres-Q-L, also called just Postgres....
The Most Important MySQL CommandsHow to setup MySQL a database, a user, and then import SQL data. 1- SSH into server # mysql -u...