Wiki articles tagged with "mysql"

Showing 1-5 of 5 items.

UUID instead of an auto-increment integer for ID with Active Record

Created 5 years ago by grigori grigori, updated 5 years ago by samdark samdark.

I have an API. It's built with a RESTful extension over Active Record, and some endpoints provide PUT methods to upload files. By a REST design we create an entity with POST /video first, and then upload a video file with PUT /video/{id}/data.

5 0
4 followers
Viewed: 67 191 times
Version: 2.0
Category: How-tos

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

Created 12 years ago by seb seb, updated 12 years ago by François Gannaz François Gannaz.

There are several ways to speedup slow unit tests which interact with database:

1 1
3 followers
Viewed: 24 093 times
Version: 1.1
Category: Tips

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

Created 13 years ago by sirin k sirin k, updated 8 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

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.

5 0
20 followers
Viewed: 72 266 times
Version: 1.1
Category: Tips
Tags: csv, import, mysql

Windows Web Development With AMPPS, NetBeans and XDebug

Created 13 years ago by morcen morcen, updated 13 years ago by morcen morcen.
  1. Operating system: Windows
4 0
6 followers
Viewed: 40 116 times
Version: 1.1
Category: Tutorials

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

Created 16 years ago by mindeh mindeh, updated 9 years ago by Boaz Boaz.

Original source code and idea are from: PHP, PDO & Nested Transactions.

41 0
26 followers
Viewed: 70 008 times
Version: 1.1
Category: How-tos