Wiki

Articles tagged with "mysql", sorted by commentsX
Displaying 1-5 of 5 result(s).

Importing CSV file to mysql table using "LOAD DATA" command.

Created 11 months ago by sirin kTips10 comments – viewed 13,970 times – ( +5 )
hi, Here i am giving you some simple step to import huge data from a csv file to your mysql table.this is useful when you have a very huge data to import from csv format.
tags: csv, mysql, import

mysql performance tip

Created 8 months ago by sirin kTips6 comments – viewed 4,718 times – ( +2 / -1 )
When we are doing an insert of huge no.of rows into an SQL table ,Normally we will try to write separate insert quries this may lead us to a long duration of execution time and we can increase the speed of executing SQL quries by adding all the rows into a single insert query.
tags: mysql

How to use nested DB transactions (MySQL 5+, PostgreSQL)

Created 3 years ago by mindehHow-tos4 comments – viewed 12,979 times – ( +32 )
Original source code and idea are from: PHP, PDO & Nested Transactions.

Windows Web Development With AMPPS, NetBeans and XDebug

Created about a year ago by macinvilleTutorials1 comment – viewed 12,186 times – ( +4 )
This article will discuss how to setup your web development environment with the following specifications:

Speedup unit tests by moving MySql data to memory (in Ubuntu)

Created 5 months ago by sebTips0 comments – viewed 2,770 times – ( +1 / -1 )
Speedup unit tests by moving MySql data to memory [Ubuntu]
tags: mysql, unit test