Hi,
   Anyone experience this problem. I did the following:
C:\perlsrc>mysql -f --user=root --password=xxxx --port=3307
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 48 to server version: 5.0.6-beta-nt-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> create database userdb;
Query OK, 1 row affected (0.00 sec)

mysql> use userdb;
Query OK, 1 row affected (0.00 sec)

mysql> create table ABC (col1 varchar(10));
Query OK, 0 rows affected (0.03 sec)

mysql> show tables;
+-----------------+
| Tables_in_sdidw |
+-----------------+
| abc             |

+-----------------+
4 rows in set (0.00 sec)

mysql>

NOTE THE FACT THAT THE TABLE IS created in LOWER case!

Any ideas as to why this is happening?
Regards,
George

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

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

Reply via email to