----- Original Message -----
From: "Juri Shimon" <[EMAIL PROTECTED]>
To: "Victoria Reznichenko" <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 12:56 PM
Subject: Re: Bug in 4.1.1 Internationalization on Windows2000 ?


> Hi!
>
> >
> > What does 'SHOW CREATE DATABASE database_name;' show for this database?
> >
>
> I've found it...
>
> 1. F:\Projects\has\sql>mysql -u root -e "create database t; show create
> database t; drop database t"
>
+----------+--------------------------------------------------------------+
> | Database | Create Database
|
>
+----------+--------------------------------------------------------------+
> | t        | CREATE DATABASE `t` /*!40100 DEFAULT CHARACTER SET cp1251 */
|
>
+----------+--------------------------------------------------------------+
>
> 2. F:\Projects\has\sql>mysql -u root -e "use_mysql; create database t;
show
> create database t; drop database t"
>
+----------+--------------------------------------------------------------+
> | Database | Create Database
|
>
+----------+--------------------------------------------------------------+
> | t        | CREATE DATABASE `t` /*!40100 DEFAULT CHARACTER SET latin1 */
|
>
+----------+--------------------------------------------------------------+
>
> Where
> F:\Projects\has\sql>mysql -u root -e "show create database mysql"
>
+----------+----------------------------------------------------------------
> --+
> | Database | Create Database
> |
>
+----------+----------------------------------------------------------------
> --+
> | mysql    | CREATE DATABASE `mysql` /*!40100 DEFAULT CHARACTER SET latin1
> */ |
>
+----------+----------------------------------------------------------------
> --+
>
> Seems, there is dependence on current database charset and, IMHO, it's a
> bug.
>
>
> PS.
> Why in libmySQL.dll of 4.1.1 entry for "mysql_connect" (and maybe other)
is
> absent?  I can't use my middleware libraries 8(((
> (I'm migrating from 3.23.55)
>
> WBR! Bye!
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to