Kane Wilson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 07, 2005 1:40 AM
To: mysql
Subject: please help .very urgent
hi ,
I wanted to check the following condition and if it is success i wanted to
display a massage.I tried as follows. but no luck. nothing displayed.
$dbQuery = resu
Hello.
> $dbQuery = results;
Have you forgotten to put '$' before the 'results'? Do you
have display_errors = On in your php.ini?
Kane Wilson <[EMAIL PROTECTED]> wrote:
>
>
> hi ,
>
> I wanted to check the following condition and if it is
> success i wanted to display a massag
Kane Wilson wrote:
I wanted to check the following condition and if it is
success i wanted to display a massage.I tried as
follows. but no luck. nothing displayed.
$dbQuery = results;
$result = mysql_query($dbQuery) or die("Couldn't get
file list");
if (!isset($result))
{echo "NULL";}
hi ,
I wanted to check the following condition and if it is
success i wanted to display a massage.I tried as
follows. but no luck. nothing displayed.
$dbQuery = results;
$result = mysql_query($dbQuery) or die("Couldn't get
file list");
if (!isset($result))
{echo "NULL";}
//if (mysql_
Calos,
> Well i didn´t change nothing at no config file. Any suggestions?
> thanks.
If you didn´t change anything, it´s supposed to be time to you
configure the my.cnf file.
A better tunning should solve your problem.
Ronan
--
MySQL General Mailing List
For list archives: http://lists.mysq
Carlos,
I asked you to post the COMPLETE .err log. Do NOT cut anything off.
Regards,
Heikki
- Original Message -
From: "Carlos Augusto" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.myodbc
Sent: Wednesday, November 24, 2004 7:38 PM
Subject: Re: Innodb corrpution. Very
Well i didn´t change nothing at no config file. Any suggestions?
thanks.
Sorry all for those lots of questions... i´m new at mysql and I need
it very much at my job.
and sorry for the english too.
On Wed, 24 Nov 2004 16:20:57 -0200, Ronan Lucio <[EMAIL PROTECTED]> wrote:
> Carlos,
>
>
>
> >
Carlos,
> 041124 14:13:18 Innodb: fatal error: cannot allocate 2147500032 bytes of
> innodb: memory with malloc! total allocated memory
> innodb: by inndodb 16975556 bytes. Operating system errno: 8
> innodb: Cannot continue operation!
> innodb: check if you should increase the swap file of ulimit
OTECTED]>
> > Newsgroups: mailing.database.myodbc
> > Sent: Monday, November 22, 2004 10:37 PM
> > Subject: Innodb corrpution. Very Urgent
> >
> > > Hello, i=B4m having a problem with a large database...
> > > at ibdata1.My ibdata1 is corrupted and i saw
Carlos,
- Original Message -
From: "Carlos Augusto" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.myodbc
Sent: Monday, November 22, 2004 10:37 PM
Subject: Innodb corrpution. Very Urgent
Hello, i=B4m having a problem with a large database...
at ibdata1.My ibdata1 is
Hello, i´m having a problem with a large database...
at ibdata1.My ibdata1 is corrupted and i saw other postings and all of
them asks to use mysqldump, but in my case there´s a problem...
I can´t run mysqld since ibdata1 is corrupted.
Those anyone have a tip for me?
in logfile says that mysqld can
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
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 produce less load?
: "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
I forgot to point out that this is InnoDB
I've searched Google and found the following disquiteing thing:
http://www.innodb.com/oldbugs.html:
"Closed or old bug reports: Almost all of these bugs have been fixed. There are some
old bug reports where the cause of the bug was never found, but beca
abase.mysql
Date: Monday, March 25, 2002 10:44 AM
Subject: Re: mysqldump : help needed very urgent
>Hi,
>
>as far as we are waiting for 3.23.50 this sounds as a stable version to
>do a backup. :-)
>But I wonder weather there is also a binary backup for this case? Lets
>say copy
ailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 24, 2002 4:33 PM
> To: Chetan Lavti
> Cc: [EMAIL PROTECTED]
> Subject: mysqldump : help needed very urgent
>
>
>
> Hi!
>
>
>>>>>>"Chetan" == Chetan Lavti <[EMAIL PROTECTED]> writes:
>
D]
Subject: mysqldump : help needed very urgent
Hi!
>>>>> "Chetan" == Chetan Lavti <[EMAIL PROTECTED]> writes:
Chetan> Hi,
Chetan> I am using Mysql version 3.23.47-Max client and server and using
Innodb
Chetan> table type.
Chetan> I am doing my database ba
Hi!
> "Chetan" == Chetan Lavti <[EMAIL PROTECTED]> writes:
Chetan> Hi,
Chetan> I am using Mysql version 3.23.47-Max client and server and using Innodb
Chetan> table type.
Chetan> I am doing my database backup using the mysqldump utility.
Chetan> Once I have done with database backup, I am d
Hi,
I am using Mysql version 3.23.47-Max client and server and using Innodb
table type.
I am doing my database backup using the mysqldump utility.
Once I have done with database backup, I am deleting all my database and
again recovering(creating) the database using the dumped file.
Now, the ques
At 10:15 -0500 3/20/02, Ramaraju.R.V wrote:
>Hi,
>
>Application uses Jboss server with mysql backend.
>IMDB tables (Heap tables) are created by the app. Things work on fine.
>Suddenly we miss Heap tables. We are not able to reproduce this at any
>particular event.
Is someone restarting the server
Hi,
Application uses Jboss server with mysql backend.
IMDB tables (Heap tables) are created by the app. Things work on fine.
Suddenly we miss Heap tables. We are not able to reproduce this at any
particular event.
It happens randomly. We could not make out the reason for this.
We set max_heap_ta
ent: Thursday, January 24, 2002 5:46 PM
To: [EMAIL PROTECTED]
Subject: Need very very Urgent help
Hi,
I installed mysql-3.23.47-win version on Win NT 4.0 Workstation, but I cant
start MySQL
service.
When I am trying to start mysql service, I get an error msg like this:
Could not start the My
Hi,
I installed mysql-3.23.47-win version on Win NT 4.0 Workstation, but I cant start MySQL
service.
When I am trying to start mysql service, I get an error msg like this:
Could not start the MySql service on \\SARADHI.
Error 1067 : The process terminated unexpectedly.
I installed mysql once
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
ls on this list, and you risk
having all the people who know the answer skip your mail just
because they don't know what it's about. A subject like "very
urgent" will, at least in me, trigger thoughts along the lines
of "So this person is in a hurry, which means he/she has
Hello sir,
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
Thanks in advance
Bye
Sham
__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your un
providing etc download.
Please mail this very urgent and the exact links to download
Thanks for ur early reply
__
Get your own FREE, personal Netscape Webmail account today at
http://webmail.netscape.com
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.
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.
What is Th solutin For this mail me asap
adieu
Balaji.N
Get free email and a permanent
31 matches
Mail list logo