Mr Alain KABUIKA wrote:

> I have made a script in PHP which creates a table in my MySQL database on Linux 
>environment. 
> When I run the script and give the name of table to create, there isn't problem if 
>I'm using ASCII; but if I use a Japanese Charater encoded (JIS), I'm getting error 
>message on those encoded characters, they are converted in ASCII codes with special 
>charters + numbers, and mysql cannot takes it for a name of table!.
> 
> I need help on this matter.

Most places in MySQL accept anything if you provide them between ` 
marks. And watch out they are not ' but `

-- 
For technical support contracts, goto https://order.mysql.com/
    __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Tonu Samuel <[EMAIL PROTECTED]>
  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Security Administrator
/_/  /_/\_, /___/\___\_\___/   Hong Kong, China
        <___/   www.mysql.com


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

  • Contact Mr Alain KABUIKA
    • Tonu Samuel

Reply via email to