[mythtv-users] Upgrade to MySql 5.0

2005-10-26 Thread Adrian Kladnig

Is anyone running MythTV with MySQL 5.0?

Are there any  config changes that  I will need to make to get it to  
work properly?


Is there a way that I can  run  MySQL 5.0 in  parallel  with  MySQL 
3.23.58 (just to hedge my bets!)


Thanks,

Adrian.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Upgrade to MySql 5.0

2005-10-26 Thread Lee Koloszyc

Adrian Kladnig wrote:


Is anyone running MythTV with MySQL 5.0?

Are there any  config changes that  I will need to make to get it to  
work properly?


Is there a way that I can  run  MySQL 5.0 in  parallel  with  MySQL 
3.23.58 (just to hedge my bets!)


Thanks,

Adrian.


I had problems with mythfilldatabase and MYSQL 5.0, I wouldn't upgrade 
just yet.
I read somewhere that repeat is now a MYSQL keyword and it breaks the 
mythfilldatabase SQL.



Lee
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Upgrade to MySql 5.0

2005-10-26 Thread Robert Denier
I wonder if that tiny database (sqlite?) that comes with php5 (?) is
adequate for mythtv. The main thing is it treats everything as strings.
I don't think it has support for accessing remotely so it may not be
useful..

I found it useful when I needed a database and didn't have the space for
mysql...


On Wed, 2005-10-26 at 09:14 -0400, Lee Koloszyc wrote:
 Adrian Kladnig wrote:
 
  Is anyone running MythTV with MySQL 5.0?
 
  Are there any  config changes that  I will need to make to get it to  
  work properly?
 
  Is there a way that I can  run  MySQL 5.0 in  parallel  with  MySQL 
  3.23.58 (just to hedge my bets!)
 
  Thanks,
 
  Adrian.
 
 I had problems with mythfilldatabase and MYSQL 5.0, I wouldn't upgrade 
 just yet.
 I read somewhere that repeat is now a MYSQL keyword and it breaks the 
 mythfilldatabase SQL.
 
 
 Lee
 ___
 mythtv-users mailing list
 mythtv-users@mythtv.org
 http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
 

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Upgrade to MySql 5.0

2005-10-26 Thread Jesse Guardiani

Robert Denier wrote:

I wonder if that tiny database (sqlite?) that comes with php5 (?) is
adequate for mythtv. The main thing is it treats everything as strings.
I don't think it has support for accessing remotely so it may not be
useful..

I found it useful when I needed a database and didn't have the space for
mysql...
  


sqlite doesn't run as a daemon, right? So it probably doesn't have 
network support, so you'd

probably be limited to a single combined front/backend.


--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] Upgrade to MySql 5.0

2005-10-26 Thread Michael T. Dean

Robert Denier wrote:


I wonder if that tiny database (sqlite?) that comes with php5 (?) is
adequate for mythtv. The main thing is it treats everything as strings.
I don't think it has support for accessing remotely so it may not be
useful..

I found it useful when I needed a database and didn't have the space for
mysql...
 


Read entire thread starting at:

http://www.gossamer-threads.com/lists/mythtv/dev/153103#153103

Note, though, that it will not work now, but is being considered for the 
future.


Mike
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users