Re: rb-site and mysql socket

2013-10-09 Thread venkatakrishnarao ks
If you have used 'localhost' as DB host, then, default socket will be /var/lib/mysql/mysql.sock If the real host name is used instead, things should be fine. On Tuesday, 10 August 2010 01:32:56 UTC+5:30, freetonik wrote: Hello! rb-site script tries to use '/var/lib/mysql/mysql.sock' socket

Re: rb-site and mysql socket

2010-08-10 Thread Christian Hammond
Hi, We go through Django for all the database connectivity, so we don't actually have much control over this. What socket should it be using? Can you show me the exact output when running rb-site? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org

Re: rb-site and mysql socket

2010-08-10 Thread freetonik
* Installing the site... Building site directories ... OK Building site configuration files ... OK Creating database ... Traceback (most recent call last): File /project/radio_ott/Python/bin/rb-site, line 7, in ? sys.exit( File /project/radio_ott/Python/lib/python2.4/site-packages/

Re: rb-site and mysql socket

2010-08-10 Thread freetonik
and I want it to use the socket for mysql I've installed in custom folder: /project/blah-blah/mysql.sock On Aug 10, 4:11 am, Christian Hammond chip...@chipx86.com wrote: Hi, We go through Django for all the database connectivity, so we don't actually have much control over this. What socket