On Thu, 25 Sep 2003 10:11:27 +0200 (CEST)
Artem Batoussov <[EMAIL PROTECTED]> wrote:
> The first part has been generated by phpMyAdmin and I've just added "CHARACTER SET
> koi8r COLLATION koi8r_general_ci"
> like it's done in the example from this doc :
> http://www.mysql.com/documentation/mysq
hello !
I'm using my french host's phpMyAdmin and I'd like to create manually a new table
using different character set and collation
than default one. This is the code I've used :
CREATE TABLE `ru` (
`pkey` INT(20) NOT NULL AUTO_INCREMENT PRIMARY KEY,
`titre` TEXT NOT NULL
) CHARACTER SET koi8