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
- Schema list Anupam Karmarkar
- Re: Schema list Ananda Kumar