Schema list

--0-1872299936-1311759558=:62694
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

There is one database name 'XYZ' on linux system, some one has mistakenly c=
reated new=0Adatabase name with 'xYZ', database is created when I use 'xYZ'=
database, there are no=0Atables with SHOW TABLES, but when i run SHOW PROC=
EDURE STATUS it show procedures from =0A'XYZ' database.
My concern is that if i drop new database created 'xYZ' will it drop proced=
ures also
listed from 'XYZ' database=0A
--0-1872299936-1311759558=:62694--
Anupam Karmarkar [ Mi, 27 Juli 2011 11:39 ] [ ID #2062691 ]

Re: Schema list

--20cf3005df068dd2c404a909ee90
Content-Type: text/plain; charset=ISO-8859-1

Is this a production setup.
If not, take complete dump of the all databases.
Drop the xYZ database, see if you can see all the objects under XYZ.

Since the xYZ database is created, its obvious, that names are case
sensitive, and it show not show object from XYZ, when u under xYZ.

Can you please paste the results that your seeing.

regards
anandkl



On Wed, Jul 27, 2011 at 3:09 PM, Anupam Karmarkar
<sb_akarmarkar [at] yahoo.com>wrote:

> There is one database name 'XYZ' on linux system, some one has mistakenly
> created new
> database name with 'xYZ', database is created when I use 'xYZ' database,
> there are no
> tables with SHOW TABLES, but when i run SHOW PROCEDURE STATUS it show
> procedures from
> 'XYZ' database.
> My concern is that if i drop new database created 'xYZ' will it drop
> procedures also
> listed from 'XYZ' database
>

--20cf3005df068dd2c404a909ee90--
Ananda Kumar [ Mi, 27 Juli 2011 11:47 ] [ ID #2062692 ]
Datenbanken » gmane.comp.db.mysql.general » Schema list

Vorheriges Thema: NoSQL to MySQL with Memcached
Nächstes Thema: Chronicle of fixing broken replication, and a question