FW: cache-panel DB issue

2009-09-15 Thread Joshua Gordon
I am trying to move my cache into ndb but when I use the ndb engine the query time is 4 min versus myisam which is 7 seconds. This is due to the fact it is doing a full table scan on ndb and an index on myisam. I was hoping someone could help me fix this or at least explain why this is happening. I

Source-Install 5.0.85 on Debian Lenny: MySQL-Client segfaults

2009-09-15 Thread Werner
Hi everybody, I'm currently installing MySQL 5.0.85 from source on Debian Lenny, but do expirience Problems with the MySQL-Client. # uname -a Linux corleone 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux # The following configure-options are used: ./configure --prefix=/us

MySQL-Client Segfaults

2009-09-15 Thread Werner
Hi everybody, I'm currently installing MySQL 5.0.85 from source on Debian Lenny, but do expirience Problems with the MySQL-Client. # uname -a Linux corleone 2.6.26-2-amd64 #1 SMP Wed Aug 19 22:33:18 UTC 2009 x86_64 GNU/Linux # The following configure-options are used: ./configure --prefix=/us

Re: How to compare 2 columns in different tables.

2009-09-15 Thread Shawn Green
Hello Mark and John, Mark Goodge wrote: John Furlong wrote: My question is, can the argument in AGAINST() refer to a column in another table or does it have to be a specific string you are searching for? If the MATCH() function won't work, any suggestions on how else to compare table1.name ag

Re: How to compare 2 columns in different tables.

2009-09-15 Thread Arthur Fuller
You may be able to get what you need with three queries. Join the tables on the column of interest. By default you'll get a list of the matches. Then you can modify the join by adding a WHERE clause that looks for table2.nameis null, and again by modifying the WHERE clause so it looks for table1.na

Re: How to compare 2 columns in different tables.

2009-09-15 Thread Mark Goodge
John Furlong wrote: My question is, can the argument in AGAINST() refer to a column in another table or does it have to be a specific string you are searching for? If the MATCH() function won't work, any suggestions on how else to compare table1.name against table2.name? The columns are defined

error in instructions to set mysql root password?

2009-09-15 Thread Bennett Haselton
When I install and start the MySQL server on a new machine, it outputs: >>> PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h sls-ce12p12.dca