[mythtv] Renewing PostgreSQL support

Colin Guthrie mythtv at colin.guthr.ie
Tue Jun 22 07:50:45 UTC 2010


'Twas brillig, and Tom Dexter at 22/06/10 01:05 did gyre and gimble:
> Wow...as someone who understands MySQL well and *really* likes having
> access to the database

#!/bin/bash

cd ~/.mythtv/db/
trap 'kill $(jobs -p)' EXIT
/usr/sbin/mysqld --defaults-file=`pwd`/my.cnf
--default-storage-engine=MyISAM --datadir=`pwd`/data --socket=`pwd`/sock
--skip-grant-tables --skip-networking&
sleep 1
mysql --socket=`pwd`/sock mythconverg --prompt="MythTV> "



There, fixed that for ya.

Col



-- 

Colin Guthrie
myth(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
  Mandriva Linux Contributor [http://www.mandriva.com/]
  PulseAudio Hacker [http://www.pulseaudio.org/]
  Trac Hacker [http://trac.edgewall.org/]


More information about the mythtv-dev mailing list