On Monday 29 October 2001 07:51 am, you wrote:
> I needed to start over with the work on publish so I deleted the publish
> directory. #rm -R /var/db/mysql/publish.

Um, not that it's PHP-related, but...

You should use "drop database" instead of manually removing the file.

mysql> drop database databasename

--kurt

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to