Category Archives: mySQL

How to access database like MySQL using PHP

In this article shows PHP functions are available to connect to a MySQL database PHP Data Object (PDO) and odbc_connect function. PHP has a rich collection of built in functions for manipulating MySQL databases. The mysqli_connect function is used to connect to a MySQL database server. OR Code Details: $database_handle: is the database connection resource… Read More »

WordPress Database Backup Manually

Hi all, The wordpress database backup manually without using wordpress plugin is very simple, easy to undestand and useful to web developers. Do you want know how to develope or making this operation? . Knowing the manual method allows you to quickly create a database backup whenever you need it. In here, show you how… Read More »

Multiple WordPress Installation Using a Single Database

Hi all, Here I explain how to install multiple wordpress in a single database. If you want multiple sites, multiple theme in one database. You must install WordPress manually in order for this to work. Most one click programs like Fantastic would not let you choose the prefix. Multiple Blogs Through Multiple Installs We can… Read More »

An Introduction to SQL Data Types – PostgreSQL

Hi Friends, Everybody know that SQL is a structured Query Language is a computer language. It is used for storing, manipulating and retrieving data stored in relational databases. This article give you a basic idea about data types in PostgreSQL. SQL support standard language for relational database system. The all relational database management system like:… Read More »