Hi Joerg,
Joerg Bruehe wrote:
Hi Eben, all !
Eben schrieb:
I have the following tables:
table1
---
id1
some_field
table2
---
id
id1
score
table3
---
id
id1
score
I then have the following query:
SELECT table1.id,SUM(table2.score) as table2_score
FROM table1, table2
WHERE
ly working here...?
Any advice is appreciated,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
cord showing that it
returned 15 results?
Any suggestions or pointers are appreciated
thanks,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
ble_1_view)
LIMIT 0,10
The resultset is paginated on the front end using the
SQL_CALC_FOUND_ROWS functionality...
thanks,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
query like:
SELECT shared_id
FROM table_1
WHERE some_field LIKE 'some_value%'
table_1 is a relatively small table i.e. < 100k records
table_2 is massive with > 10 million records
Any ideas or suggestions are appreciated
thanks,
Eben
--
MySQL General Mailing List
For list archi
onal
steps for troubleshooting?
thanks,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
I am considering setting up replication for a loaded database that has
to perform thousands of heavy selects every day. I want to have a
master with one way replication to multiple slaves. But I also want to
be able to load balance connections across the multiple slaves. What
options exist t
as well.
On Tue, 2005-01-18 at 13:15 -0500, Eben Goodman wrote:
I used to run mysql 3.x on Redhat, and would on any given day have
anywhere from 5 to 30 mysqld process/threads going depending on
traffic. I upgraded to mysql 4.0.17 on a dedicated redhat box, and now
it only ever shows 1 mysqld
I used to run mysql 3.x on Redhat, and would on any given day have
anywhere from 5 to 30 mysqld process/threads going depending on
traffic. I upgraded to mysql 4.0.17 on a dedicated redhat box, and now
it only ever shows 1 mysqld process/thread that uses max cpu and
consumes a good deal of mem
I had the same error for quite some time, the issue seemed to be server
resources not being able to kill off connections quickly enough. We had a lot
of traffic and some pretty slow queries. Optimizing the queries bought us some
time, but ultimately we had to upgrade hardware. This bought us abo
it runs fine. However the same query loaded into MySQL
Query Browser fails after the first line. Is there a way to structure
the syntax differently so I can run the multiple truncates in one query
via Qeury Browser?
Any advice is appreciated,
Eben
--
MySQL General Mailing List
For list archives
with question marks in them.
I am pretty new to this unicode situation and any suggestions/advice
would be greatly appreciated.
thanks,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
for a server that is configured for 500 to 1000 max_connections, how
much RAM is recommended to support this?
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
yes, some do end in 'x' as I just discovered. Thanks to everyone for
the input, I have decided to convert to varchar and re-index.
Keith C. Ivey wrote:
On 5 Aug 2003 at 9:49, Eben Goodman wrote:
The data type of the field I am
storing this info in is a bigint(16) unsigned.
have experienced this before with integer data types
ignoring leading 0s. I'm wondering how to address this? Should I
change the field to a varchar or char data type?
Any advice is appreciated,
thanks,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mys
ot; is opened to the same database?
thanks,
Eben
[EMAIL PROTECTED] wrote:
Suggestion.. make a small script called closeall.php .. basically it has
some code to force closed the mysql connection opened (be sure to run a
close for all openened handles)
I have seem some sites code that ac
to use the pconnect function and
it seemed to produce the Too many connections error more frequently.
I'm at a bit of a loss with this, any tips on how to address this are
greatly appreciated.
thanks,
Eben
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
I have been getting the following error consistently every few days:
Warning: Too many connections in /path/to/connection.php
I altered the max_connections in my.cnf to allow for 300 connections. I
am not using persistent connections with php. I used to use them but
got this too many connecti
18 matches
Mail list logo