input from script

2010-08-14 Thread xPol
Hi, i am very new to databases. I would like to know if new entries can be added to my database from the character terminal. Hints for achieving such result by a shell script welcome. thank you ---Pol -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Re: input from script

2010-08-14 Thread Buford Tannen
xPol wrote: Hi, i am very new to databases. I would like to know if new entries can be added to my database from the character terminal. Hints for achieving such result by a shell script welcome. http://www.catb.org/~esr/faqs/smart-questions.html -- MySQL General Mailing List For list

Storage of UTF-8 char in MySQL

2010-08-14 Thread Ryan Chan
According to this document: http://dev.mysql.com/doc/refman/5.0/en/charset-unicode.html It said MySQL support UTF-8 using one to three bytes per character. But I have created a test table: -- create table test ( c char(5) ) default charset =utf8; From the table status, the data length is alway