Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

drop_database(l)


DROP DATABASE

DROP DATABASE

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
BUGS

NAME

drop database - destroy an existing database

SYNOPSIS

drop database dbname

DESCRIPTION

Drop database removes the catalog entries for an existing database and deletes the directory containing the data. It can only be executed by the database administrator (see createdb(l) for details).

SEE ALSO

create database(l), destroydb(1).

BUGS

This query should NOT be executed interactively. The destroydb(1) script should be used instead.



drop_database(l)