Proof:
Copied it all to another (Win32) Mysql:
It works perfectly.
The Linux system must've taken a beating somewhere.....
Thanks for helping

C:\mysql\bin>mysqlshow
+---------------+
|   Databases   |
+---------------+
| aal           |
| copas         |
| fedil         |
| icq           |
| iip_cs_forums |
| intelligent   |
| ipcl_for_p    |
| ipcl_forums   |
| jgg_guestbook |
| keystone      |
| lassner       |
| mymarket      |
| mysql         |
| test          |
| villastmaxime |
+---------------+

C:\mysql\bin>mysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 3.23.28-gamma

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

mysql> use aal;
Database changed
mysql> show databases;
+---------------+
| Database      |
+---------------+
| aal           |
| copas         |
| fedil         |
| icq           |
| iip_cs_forums |
| intelligent   |
| ipcl_for_p    |
| ipcl_forums   |
| jgg_guestbook |
| keystone      |
| lassner       |
| mymarket      |
| mysql         |
| test          |
| villastmaxime |
+---------------+
15 rows in set (0.00 sec)

mysql> show tables;
+---------------+
| Tables_in_aal |
+---------------+
| news          |
+---------------+
1 row in set (0.00 sec)

mysql>




----- Original Message ----- 
From: "clay bond" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Sunday, February 11, 2001 3:34 PM
Subject: Re: HELP!!!


> 
> 
> On Sat, 10 Feb 2001, Mailing List Address wrote:
> 
> > Yes I tried that too... Same stupid stuff happening....
> 
> Then have you tried creating the mysql db and
> tables?
> 
> --
>  /"\
>  \ / ASCII RIBBON CAMPAIGN
>   X AGAINST HTML EMAIL
>  / \ AND POSTINGS
> 
> 
> ---------------------------------------------------------------------
> 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
> 
> 


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

Reply via email to