Databases

Mysql database tutorials and tricks. Errors and fixes with php mysql databases, mysql server configurations and many other good information.


Mysql sample configuration for less than 128M

Mysql_real_escape example

On this page you will find a mysql sample configuration file for server configuration with less than 128M ram, usually small mysql server setup for small websites with less usage.

Mysql sample configuration for 1G-2G ram

Mysql_real_escape example

On this page you will find a mysql sample configuration file for server with memory of 1G-2G ram, usually for large mysql server setup for big websites with more usage.

Remote mysql connection using cPanel and VPS server

What is a remote mysql connection? Have you ever thought that you could use the web server in one place and the mysql server in a different place? It is possible, this is usually done to split the server resources, so that your database server is used separately than your other web server. Normally mysql

How to select from table where name

How to fix mysql server has gone away error

How to select from table where name Not the most ingenious article name, but will go with this one for now. I’m going to write a few tricks that I stumble upon working with mysql queries and the select method. This is about how to select from table where name is equal to something related

How to use php with MySQL

How to fix mysql server has gone away error

How to use php with mysql First, what is MySQL? Mysql is the most used open source database engine on the internet. At the current time I believe MySQL community is being owned by Oracle, however it is still maintain as an open source software. In this article I’m going to show you basically how

How to create a cronjob cPanel backup

How to fix mysql server has gone away error

There is no better time to create backups, well at least that’s what I personally think. Backups are important, expecially if these are databases. In this article I’m going to explain how you can create automatic backups using cPanel Cronjobs. So let’s get started, first go into your cPanel account in section mysql databases and

How to create a database using cPanel [video]

How to fix mysql server has gone away error

Databases are used by many scripts to store a lot of information simply and easily. Instead of using thousands of files, a script can use a single database with multiple tables. Creating the database using cPanel 1. Login to your cPanel account 2. Click on MySQL Databases 3. On Create New Database, write your new

Request an article ←