On Monday, 13. May 2002 06:10, Matthew Hale wrote:
> I work on a site called Creature World. We get ~110,000 pageviews per day.
> Our server load is constantly at like >10. From investigation...pretty much
> all of this load comes from mySQL. How can we optimize mysql to make it run
> faster and p
: "JW" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, April 07, 2002 5:04 AM
Subject: Re: VERY URGENT, possible bug. More on: What does this error
message mean: InnoDB: Warning: difficult to find free blocks from the buffer
pool..
>
I belive I have found a bug here, possibly.
The last known commands to be run on the DB that are "suspicious" were a join between
2 tables.
This is the info I got from the user who was workign on the DB:
He was "joining between keyword and billing"
select distinct(a.customerid) from cpcustom
Im's sending this to the list, since I got it in a private
mail and I don't see myself as a substitute for the combined
wisdom, knowledge, and willingness to help that is the MySQL
mailing list.
SHAM SUNDAR writes:
> I won't do sql operations using JDBC like insert,delete,select and update.When
SHAM SUNDAR writes:
>When i cannect from my java program i use to get
> error General Error: 22.Can u pls help in this.My
> mysql version is 3.23.46
perror 22 will tell you that error 22 is 'Invalid argument',
but since you don't state what you're trying to do that is
of little help. Maybe
1. Start the mysqld.
2. Make sure it is opening the socket in /var/lin/mysql
3. Make sure /var/lin/mysql is set mode 775
Balaji Nallathambi wrote:
>
> Iam Getting the error
> "Unable to Connect to Local MySql Server through socket 'var/lin/mysql/
> mysql.sock"
> my Version For MySql is 3.22.32.