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

Re: new mysql account

2001-01-26 Thread Boril Yonchev
GRANT USAGE ON table.* TO user@localhost; GRANT select, insert, delete, update ON table.* TO user@localhost; Boril - Original Message - From: "Mac Martine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 26, 2001 3:13 AM Subject: new mysql account how do i set up an

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 i

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" <

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 defaul