- Read on Wednesday, May 6, 2009
- Read on Thursday, April 30, 2009
-
-
MySQL: LOAD DATA INFILE
The LOAD DATA INFILE statement reads rows from a text file into a table at a very high speed. The file name must be given as a literal string.
Visit
-
MySQL: LOAD DATA INFILE
- Read on Sunday, April 26, 2009
- Read on Tuesday, April 21, 2009
-
-
Haystack - Search for Django
Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be.
Visit
-
Haystack - Search for Django
- Read on Tuesday, July 8, 2008
-
-
MySQL Status Variables
Explanation of all variables returned by SHOW STATUS - statement.
Visit
-
MySQL Status Variables
- Read on Sunday, July 6, 2008
-
-
Django performance tips
Explanation of how to optimize performance of a django application. (Here is written that PostgreSQL is better than MySQL...)
Visit
-
Django performance tips
- Read on Tuesday, July 1, 2008
- Read on Friday, May 30, 2008
-
-
MySQL and Python and Unicode
With Python when establishing a database connection add the following flag: init_command='SET NAMES utf8'.
Visit -
TIP Convert latin1 to UTF-8 in MySQL
Since MySQL 4.1, UTF-8 is the default charset. If you have an old database, containing data encoded in latin1, and you want upgrade to a newer MySQL server, than you have to do the following.
Visit -
How to Back Up and Restore a MySQL Database
This tutorial will show you two easy ways to backup and restore the data in your MySQL database. You can also use this process to move your data to a new web server.
Visit
-
MySQL and Python and Unicode
- Read on Tuesday, May 6, 2008
-
-
MySQL Data Type Storage Requirements
Information about data type storage requirements.
Visit
-
MySQL Data Type Storage Requirements
- Read on Monday, May 5, 2008
-
-
Writing MySQL Scripts with Python DB-API
How to use plain SQL in Python.
Visit
-
Writing MySQL Scripts with Python DB-API

