Re: iam a newbie

2002-07-23 Thread Håkon Eriksen
Percy Tambunan <[EMAIL PROTECTED]> writes: > can you tell me where to find some useful example or documentation about > using python with mysql? Especially with MySQLdb module. > thanks! Try looking at http://www.python.org/peps/pep-0249.html > and http://www.amk.ca/python/writing/DB-API.html >

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
"Tor R. Skoglund (NextG)" <[EMAIL PROTECTED]> writes: > Dan, thanks for your reply. I will first try to do a 'clean' install from > the source. > > That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that > I want. > I have searched the web for a full tarball source

Re: Any mailing list?

2002-07-22 Thread Håkon Eriksen
Dasmeet Singh <[EMAIL PROTECTED]> writes: > Is there any free mailing software that uses PHP/MySQL? I am looking > for a simple yet powerful software that could manage addressess in > thousands and several mailing lists together. > Thanx in advance. Yes, there are several. I can't tell y

Re: Tee Shirt

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > Lets try this again. > Try thinkgeek.com They don't have any, but copyleft does. http://www.copyleft.net/item.phtml?&page=product_889_front.phtml > obNoSpamPadding: sql.query, MySQL, InnoDB, select * from user; -- - h åkon -

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
"Tor R. Skoglund (NextG)" <[EMAIL PROTECTED]> writes: > Dan, thanks for your reply. I will first try to do a 'clean' install from > the source. > > That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that > I want. > I have searched the web for a full tarball source dis

Re: Tee Shirt

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > Lets try this again. > Try thinkgeek.com They don't have any, but copyleft does. http://www.copyleft.net/item.phtml?&page=product_889_front.phtml > obNoSpamPadding: sql.query, MySQL, InnoDB, select * from user; -- - h åkon

Re: Root account locked out

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > mysql version 3.23.41 On Redhat 7.2 > I was trying to get this setup so I could limit access to future > databases, > and I think I locked my root account out. > I tried restarting with "/etc/rc.d/init.d/mysqld start > --skip-grant-tables", but

Re: Any mailing list?

2002-07-22 Thread Håkon Eriksen
Dasmeet Singh <[EMAIL PROTECTED]> writes: > Is there any free mailing software that uses PHP/MySQL? I am looking > for a simple yet powerful software that could manage addressess in > thousands and several mailing lists together. > Thanx in advance. Yes, there are several. I can't tell you w

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
"Tor R. Skoglund (NextG)" <[EMAIL PROTECTED]> writes: > Dan, thanks for your reply. I will first try to do a 'clean' install from > the source. > > That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that > I want. > I have searched the web for a full tarball source distrib

Re: Tee Shirt

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > Lets try this again. > Try thinkgeek.com They don't have any, but copyleft does. http://www.copyleft.net/item.phtml?&page=product_889_front.phtml > obNoSpamPadding: sql.query, MySQL, InnoDB, select * from user; -- - h åkon ---

Re: Root account locked out

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > mysql version 3.23.41 On Redhat 7.2 > I was trying to get this setup so I could limit access to future > databases, > and I think I locked my root account out. > I tried restarting with "/etc/rc.d/init.d/mysqld start > --skip-grant-tables", but I do

Re: Any mailing list?

2002-07-22 Thread Håkon Eriksen
Dasmeet Singh <[EMAIL PROTECTED]> writes: > Is there any free mailing software that uses PHP/MySQL? I am looking > for a simple yet powerful software that could manage addressess in > thousands and several mailing lists together. > Thanx in advance. Yes, there are several. I can't tell you which

Re: MySQL newcomer: Installation problem

2002-07-22 Thread Håkon Eriksen
"Tor R. Skoglund (NextG)" <[EMAIL PROTECTED]> writes: > Dan, thanks for your reply. I will first try to do a 'clean' install from > the source. > > That link below is seems to be the 3.23.51 source... not the 4.0.2-Max that > I want. > I have searched the web for a full tarball source distributi

Re: Tee Shirt

2002-07-22 Thread Håkon Eriksen
"Leonard Miller" <[EMAIL PROTECTED]> writes: > Lets try this again. > Try thinkgeek.com They don't have any, but copyleft does. http://www.copyleft.net/item.phtml?&page=product_889_front.phtml > obNoSpamPadding: sql.query, MySQL, InnoDB, select * from user; -- - håkon --

Re: backup

2002-07-18 Thread Håkon Eriksen
Ilyas Keser <[EMAIL PROTECTED]> writes: > Can't locate DBI.pm in @INC (@INC contains: > /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin > /Library/Perl /Library/Perl /Network/Library/Perl/darwin > /Network/Library/Perl /Network/Library/Perl .) at ./mysqlhotcopy line > 8. > B

Re: MySQL Best Practices

2002-07-18 Thread Håkon Eriksen
Imro STROK <[EMAIL PROTECTED]> writes: > But I would also like to have some "MySQL Best Practices" documents > regarding: > * Performance & Tuning > * Backup & Recovery > Appreciate if you guys/gals can send me some documents. Take a look at http://www.onlamp.com/pub/a/onlamp/2002/07/1

General query log option in my.cnf?

2002-07-09 Thread Håkon Eriksen
Is there a way of turning on the general query log in the my.cnf file or do I have to edit the init-script? Personally, I would very much like to have only one place to set all the configuration options (preferrably my.cnf). Setting datadir and other options both in the my.cnf file and the init-

Re: default table type

2002-06-27 Thread Håkon Eriksen
Pierre Baridon <[EMAIL PROTECTED]> writes: > how can i change the default table type ? > (innodb instead of myisam) In the startup-script for mysql, add --default-table-type=innodb as an option to safe_mysqld. -- - håkon - B