MySQL Database

Ezeelive Technologies provided all types mysql database solutions in india, we are expert in database migration, opmisation for speedup websites or applications.

Ezeelive Technologies - MySQL versus Mongodb Database

MySQL versus MongoDB Database – Which one is winner and looser based on performance

When MongoDB comes to mind then everyone starts thinking that it’s just a NoSQL database but no one thinks that why it was developed and what its benefits over the MySQL. In this Article, we will first demonstrate that what these both things are i.e MySql and MongoDB because MongoDB is little new so we have first read about its definition.

MySQL Database:

MySQL is an open source relational database management system (RDBMS) which is based on Structured Query Language (SQL). MySQL virtually runs...

Read more...
MySQL Regular Expression - REGEX

MySQL find values in comma separated string

MySQL is very strong, popular database system using for mainly in PHP MySQL web development solution. In web application development sometime developer store data in the comma(,) or pipe (|) etc formats. Finding value(s) from comma separated MySQL has REGEXP (Regular Express) function. REGEXP (MySQL find values in comma separated string) function can search or filer one or multiple string value in your field data. Given below example to understand in detail how to use finding value(s) from the comma...

Read more...
microsoft sql server with mysql in yii-framework - ezeelive technologies

Install Microsoft SQL Server Driver in WAMP

Install Microsoft SQL Server Driver in WAMP

Most of PHP developer very much familiar with MySQL Database but We talk about Microsoft SQL Server we find lack for knowledge on PHP with SQL Server even on the google and php.net official website. Even the hosting company provide Pre-installed PHP and MySQL on the Server. Here some explicit instructions for Install Microsoft SQL Server Driver in WAMP with PHP 5.3 : 1. Open //www.microsoft.com/en-us/download/details.aspx?id=20098 for Download Microsoft SQLServ PHP Driver 2. Download SQLSRV30.EXE...

Read more...
php mysql web development india

Find and Replace Data in MySQL Database

Here the below examples To find a string in a certain field and replace it with another string in MySql Database. To find and replace data in a MySQL database, you can use the UPDATE statement with the REPLACE() function. Here's a general example of how you can do it: SET name = REPLACE(name, 'old_string', 'new_string'): Updates the name column by replacing occurrences of 'old_string' with 'new_string'. Replace name with the name of your column and 'old_string' and 'new_string' with the...

Read more...