Re: Arabic character set

2001-02-05 Thread Boril Yonchev

I have too this problem with cp1251 and write 3 time about this, but nobody
don't know correct answer :-(

BY

- Original Message -
From: "medianova" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, February 05, 2001 1:51 PM
Subject: Arabic character set


 Hi,

 we are setting up an Arabic web site using PHP with MySQL 3.23.22.
 Our problem is that we can not sort data correctly when retreiving it
 from Arabic text fields. This seems to be a character set problem.

 Has anyone any idea about using the Arabic character set with MySQL?

 Many thanks.
 Ghaleb



 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Change character set

2001-01-25 Thread Boril Yonchev

This problem is with charset support not by languages. I have also this
problem, but at the moment nobody doesn't say anything about this.

I am sure so this is a problem in new MySQL 3.23.xx, with oldes version
everything was fine.

Boril

- Original Message -
From: "Richard Ellerbrock" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, January 25, 2001 2:06 PM
Subject: Re: Change character set


Firstly, upgrade to 3.23.x as with 3.22 you will need to compile from
sources to change character sets. Next, read the following section in the
manual:

http://www.mysql.com/doc/L/a/Languages.html

--
Richard Ellerbrock
[EMAIL PROTECTED]

 [EMAIL PROTECTED] 2001/01/25 01:50:33 
Hello,

I am working with a MySQL 3.22.32 on Linux.
I would like to change the character set of
MySQL from latin1 to greek because it doesn't
work right with the greek words and data.
(sorting is not functioning well)

Can you tell me how I can change the default character
set from latin1 to greek.

Thank you

Spyridon N Kaparelis
Computer Engineer



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Changing a Table name

2001-01-25 Thread Boril Yonchev

ALTER TABLE $old_name RENAME $new_name


Boril
- Original Message - 
From: "Don" [EMAIL PROTECTED]
To: "msql list" [EMAIL PROTECTED]
Sent: Thursday, January 25, 2001 4:59 PM
Subject: Changing a Table name


 Hi,
 
 Is there a quick and simple way to change the name of a Table that is
 contained within my database?
 
 Thanks,
 Don
 
 
 -
 Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)
 
 To request this thread, e-mail [EMAIL PROTECTED]
 To unsubscribe, e-mail [EMAIL PROTECTED]
 Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
 
 
 


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




php 4.0.4 + MySQL 3.23.32 with charset different from latin1

2001-01-24 Thread Boril Yonchev

I have a problem with mysql_connect()   when use character set for MySQL
server different from default (latin1).

Every time when I change charset PHP says:

Warning: MySQL Connection Failed: Can't initialize character set 17 (path:
default)

I've try to recompile PHP when MySQL compiled by default with character set
cp1251, but PHP report again this error.

In other side console mysql client working fine with everything character
set.

What can I do ?

10x in @vance

Boril