Archive

Posts Tagged ‘MySQL’

Change of database: Percona Mysql to Postrgres for django

October 15th, 2011 alex No comments

Colleague of mine came with strange bug: 1. * i am opening python shell, and sending request User.objects.all() It returns valid information * then i’m adding user via web site * then i send request User.objects.all() again and new user is missing. If i will reopen shell then everything will be ok

  1. when i’m running “python manage.py test name_of_application” creating and deleting database takes too long Percona Server version: 5.5.15-55 Percona Server (GPL), Release 21.0 We decided that Postgres will be better and switched to it
Tags: , , ,
Categories: cloud Tags: , , ,

Mysql DB and unicode utf8

December 25th, 2009 alex No comments

Do you expect newest Ubuntu server 9.10 (karmic) to support utf8 in mysql server out of the box? Well, it doesn’t.

Read more…

Tags: , , , , , , , , , ,