in addition to the correct character-set also set the appropriate
collation sequence
suomi
VeeJay wrote:
Hello there
I have a problem. When I try to select some names starting with extra
alphabets (Å Æ Ø Ä Ö, etc), I simply don't get required results i.e.,
if I give a select command like:
se
"Joshua J. Kugler" <[EMAIL PROTECTED]> wrote on 05/03/2004 12:23:16 PM:
> It sounds like someone upgraded your PHP libraries, and forget to
include
> MySQL support. Do you admin this server, or does someone else?
>
> j- k-
Yep, I ran phpinfo.php and verified that it no longer shows su
It sounds like someone upgraded your PHP libraries, and forget to include
MySQL support. Do you admin this server, or does someone else?
j- k-
On Monday 03 May 2004 09:20 am, Chip Wiegand said something like:
> I have a web server that uses mysql-4.1.0/apache-2.4.6/php-4.3.4 on
> freebs
Hello CurlyBraces,
Wednesday, March 3, 2004, 1:22:51 PM, you wrote:
CTPL> SO i want to add colors for this status.
CTPL> up = green
CTPL> down = red
CTPL> how can i do that ? can some body help me ..plz
You asked this question a few days ago, didn't you read the reply you
got last time?
Here is a link to the MySQL manual. Lots of good info here.
http://www.mysql.com/documentation/mysql/bychapter/index.htm l
The max size of a varchar is 255 characters. You will want to use one of the text data
types if you are going to store long articles. I suggest mediumtext. You can find th
ginal Message -
From: "Catalin PLACINTA" <[EMAIL PROTECTED]>
To: "Wajih-ur-Rehman" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, September 22, 2003 2:33 PM
Subject: Re: plz help
> Use the LIMIT clause in mysql instead of TOP clause for access and ms
Use the LIMIT clause in mysql instead of TOP clause for access and mssql.
Luck !
- Original Message -
From: "Wajih-ur-Rehman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 22, 2003 12:22 PM
Subject: plz help
> I have this statement that works perfectly fine in Acc
Akash,
Sunday, October 27, 2002, 10:49:55 AM, you wrote:
A> I came across a strange problem in MySQL. Some of the tables are getting
A> corrupted. The most common error messages which I encountered are : "Can't
A> open file: 'tablename.MYD'. (errno: 145)" and "Got error 127 from table
A> handl
Try again.
-Original Message-
From: [EMAIL PROTECTED] [mailto:mysql@;lists.mysql.com]
Sent: Sunday, October 27, 2002 9:17 PM
To: John Meyer
Subject: Re: RE: plz help...tables getting corrupted...
Your message cannot be posted because it appears to be either spam or
simply off topic to
> corrupted. The most common error messages which I encountered are : "Can't
> open file: 'tablename.MYD'. (errno: 145)" and "Got error 127 from table
> handler".
> I rectified it by shutting down the MySQL Server and using "myisamchk"
> with the options -r and sometimes -o.
145 = Table was ma
Anthony,
I'm inclined to agree with Rick, but that will not solve the problem - in fact I'll
suggest using
MySQL_fetch_assoc() instead!
What is the data type for the date_done column? If it is not a string type, then you
don't want to enclose the
zero-constant value in quotation marks.
Do you
Do away with that wretched MYSQL_ASSOC. I've seen it cause much pain and
misery. It is not needed.
while ($row_1=mysql_fetch_array($result_1))
-Original Message-
From: Anthony Rodriguez [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 31, 2002 7:32 AM
To: [EMAIL PROTECTED]
Subject: P
* Anthony Rodriguez
> The following php script successfully e-mails both messages but
> it doesn't update in the table "scr_149" the column "notified".
> Why?
Try moving this line:
> $qry_2="update scr_149 set notified='y' where username='$username'";
...after this line:
> $username=$row_1["u
13 matches
Mail list logo