Re: DROP DATABASE

2007-08-17 Thread krishna chandra prajapati
Hi Bradaric, On my system innodb storage engine is used. If i drop all the databases even then also i cannot reclaim the free space. For that i need to remove the ibdata , ib_logfile0, ib_logfile1 and other databases folder. then restart mysql. What will be the impact if i don't remove the users

Re: DROP DATABASE

2007-08-17 Thread Aleksandar Bradaric
Hi, > Does drop database command removes all the users permissions related with > that databases or those user permissions has to be revoke manually. DROP DATABASE does not remove the privileges. You have to remove that separately. Best regards, Aleksandar -- MySQL General Mailing List Fo

Re: DROP DATABASE weirdness

2006-11-29 Thread Bruce Ferrell
mysql@lists.mysql.com Cc: Logan, David (SST - Adelaide) Subject: Re: DROP DATABASE weirdness Nope, That didn't fix it. I'd uses MySQl provided rpms but they don't seem to have them got glib23 anymore. Suggestions? Bruce Ferrell wrote: I think I found it. The system has zlib 1.1.4 the sour

RE: DROP DATABASE weirdness

2006-11-29 Thread Logan, David (SST - Adelaide)
PROTECTED] Sent: Thursday, 30 November 2006 11:17 AM To: mysql@lists.mysql.com Cc: Logan, David (SST - Adelaide) Subject: Re: DROP DATABASE weirdness Nope, That didn't fix it. I'd uses MySQl provided rpms but they don't seem to have them got glib23 anymore. Suggestions? Bruce Fer

Re: DROP DATABASE weirdness

2006-11-29 Thread Bruce Ferrell
Adelaide) Cc: mysql@lists.mysql.com Subject: Re: DROP DATABASE weirdness I get this error: /usr/sbin/mysqld-max: relocation error: /usr/sbin/mysqld-max: undefined symbol: zlibCompileFlags Logan, David (SST - Adelaide) wrote: Hi Bruce, Do you have any messages in the

Re: DROP DATABASE weirdness

2006-11-29 Thread Bruce Ferrell
ginal Message- From: Bruce Ferrell [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 November 2006 9:52 AM To: Logan, David (SST - Adelaide) Cc: mysql@lists.mysql.com Subject: Re: DROP DATABASE weirdness I get this error: /usr/sbin/mysqld-max: relocation error: /usr/sbin/mysqld-max: undefined s

Re: DROP DATABASE weirdness

2006-11-29 Thread Bruce Ferrell
mysql@lists.mysql.com Subject: Re: DROP DATABASE weirdness I get this error: /usr/sbin/mysqld-max: relocation error: /usr/sbin/mysqld-max: undefined symbol: zlibCompileFlags Logan, David (SST - Adelaide) wrote: Hi Bruce, Do you have any messages in the MySQL log? Re

RE: DROP DATABASE weirdness

2006-11-29 Thread Logan, David (SST - Adelaide)
PROTECTED] Sent: Thursday, 30 November 2006 9:52 AM To: Logan, David (SST - Adelaide) Cc: mysql@lists.mysql.com Subject: Re: DROP DATABASE weirdness I get this error: /usr/sbin/mysqld-max: relocation error: /usr/sbin/mysqld-max: undefined symbol: zlibCompileFlags Logan, David (SST - Adelaide

Re: DROP DATABASE weirdness

2006-11-29 Thread Bruce Ferrell
I get this error: /usr/sbin/mysqld-max: relocation error: /usr/sbin/mysqld-max: undefined symbol: zlibCompileFlags Logan, David (SST - Adelaide) wrote: Hi Bruce, Do you have any messages in the MySQL log? Regards --- *

RE: DROP DATABASE weirdness

2006-11-29 Thread Logan, David (SST - Adelaide)
Hi Bruce, Do you have any messages in the MySQL log? Regards --- ** _/ ** David Logan *** _/ *** ITO Delivery Specialist - Database *_/* Hewlett-Packard Australia Ltd *

Re: DROP DATABASE doesn't actually drop the database?

2006-03-13 Thread Stephen Cook
Thanks for your comments! I ran my entire script (DROP DATABASE and all) with the command-line client, and got no errors. Perhaps there is something with the Query Browser that is causing this problem. I added the IF EXISTS and IF NOT EXISTS in appropriate places (although I can see the database

Re: drop database after lost of synchro in innodb

2004-09-17 Thread Heikki Tuuri
September 16, 2004 10:01 PM Aihe: RE : drop database after lost of synchro in innodb Thank a lot I succeeded in dropping the tablespace after deleting manually the files. I was just wondering if this is a good way to do thing. Nothing left in the bd that way? Would you have any suggestion on an

Re: drop database after lost of synchro in innodb

2004-09-16 Thread Heikki Tuuri
viesti - Lähettäjä: "Duhaime Johanne" <[EMAIL PROTECTED]> Vastaanottaja: "Heikki Tuuri" <[EMAIL PROTECTED]> Lähetetty: Thursday, September 16, 2004 3:27 PM Aihe: RE : drop database after lost of synchro in innodb Thank you for your answer. But both frm and ibd

Re: drop database after lost of synchro in innodb

2004-09-16 Thread Heikki Tuuri
Johanne, looks like the file Alias.frm exists, but the corresponding InnoDB table does not exist. Delete manually the .frm file. Then it should be in sync again. Best regards, Heikki Tuuri Innobase Oy Foreign keys, transactions, and row level locking for MySQL InnoDB Hot Backup - a hot backup t

Re: 'drop database' failing silently? - solved.

2004-05-05 Thread Kevin O' Riordan
> > this morning, I had a problem dropping a database from within mysql. [snip] > > The solution I used was to stop mysqld and then rm the database from the > > filesystem. > Are there any non-mysql files in the directory of the database 'mis'? After a while, I realised you weren't asking a ques

Re: 'drop database' failing silently?

2004-05-05 Thread Kevin O' Riordan
> > this morning, I had a problem dropping a database from within mysql. > Are there any non-mysql files in the directory of the database 'mis'? Should've added this. There was only one file in the 'mis' directory: -rw-rw-rw-1 mysqlmysql 44 Apr 30 09:51 file.out Which con

Re: 'drop database' failing silently?

2004-05-05 Thread Victoria Reznichenko
Kevin O' Riordan <[EMAIL PROTECTED]> wrote: > this morning, I had a problem dropping a database from within mysql. > >mysql> drop database mis; >Query OK, 0 rows affected (0.00 sec) > >mysql> show databases; >+--+ >| Database | >+--+ >| mis | >

Re: DROP DATABASE executes but fails to remove database!

2002-05-10 Thread Victoria Reznichenko
Gartside, Friday, May 10, 2002, 3:45:07 AM, you wrote: G> Windows 2K MySQL V ? (recent). Sorry, I'm not at my own machine at present, G> can't check actual version number. G> Installed, running and everything is ok, except I created a database called G> 'xyz' as a test then decided to delete it.

RE: Drop Database

2001-01-25 Thread David Lidstrom
To: [EMAIL PROTECTED] Subject: RE: Drop Database Outside of MySQL, use a native OS command to rename or remove the directory named '#Muffin' . If you rename it 'foobar', you should be able to DROP it with MySQL.

Re: Drop Database

2001-01-25 Thread Stuart Fox
Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Mikel King > Sent: den 25 januari 2001 09:14 > To: David Lidström > Cc: Mysql@Lists. Mysql. Com > Subject: Re: Drop Database > > Hi David, > > Have you tried D

RE: Drop Database

2001-01-25 Thread Kent Hoover
Outside of MySQL, use a native OS command to rename or remove the directory named '#Muffin' . If you rename it 'foobar', you should be able to DROP it with MySQL. Cheers, Kent Hoover - Before posting, please check: http://w

RE: Drop Database

2001-01-25 Thread David Lidström
Lidström Cc: Mysql@Lists. Mysql. Com Subject: Re: Drop Database Hi David, Have you tried DROP DATABASE "\#Muffin" ; ? Cheers, Mikel David Lidström wrote: > Hi! > > I was testing some queries and now I've created a database > named "#Muffin", and I c

Re: Drop Database

2001-01-25 Thread Mikel King
Hi David, Have you tried DROP DATABASE "\#Muffin" ; ? Cheers, Mikel David Lidström wrote: > Hi! > > I was testing some queries and now I've created a database > named "#Muffin", and I cannot drop it! > > I've tried the following: > DROP DATABASE #Muffin > DROP DATABASE '#Muffin' >

RE: Drop Database

2001-01-25 Thread David Lidstrom
your SQL syntax near ''#Muffin'' I assume the # character is the bandit I can also mention it's mysql-version 3.23.23-beta Regards David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: den 25 januari 2001 11:45 To: [EMAIL PROTECTED];

Re: Drop Database

2001-01-25 Thread Website4S
David, Firstly are you sure it`s a database you have created and not a table? Either way try the following DROP DATABASE #Muffin; or DROP TABLE #Muffin; HTH Ade - Before posting, please check: http://www.mysql.com/manual.p