Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
mysql deleting database
« previous
next »
+
Print
Pages: [
1
]
Go Down
mysql deleting database
5 Replies
609 Views
christian m. isidro
mysql deleting database
«
on:
June 06, 2002, 02:21:46 PM »
hello,,,
i need help ,,,,how can i delete a database in mysql,,,,,,
thanks
christian m. isidro
Logged
Chaloner Hale
Re: mysql deleting database
«
Reply #1 on:
June 06, 2002, 06:20:14 PM »
As root:
#mysql
drop database DATABASENAME;
(semicolon is important)
Query OK, 0 rows affected (0.00 sec)
quit
#
To see a list of databases;
#mysql
show databases;
+--------------+
| Database |
+--------------+
| horde |
| mysql |
| test |
+--------------+
6 rows in set (0.00 sec)
quit
#
Chaloner Hale
Logged
james douglas
Re: mysql deleting database
«
Reply #2 on:
June 07, 2002, 05:13:52 AM »
or if youre not comfortable on a command line, install phpmyadmin to administer your mysql databases remotely through your web browser...
Logged
christian m. isidro
Re: mysql deleting database
«
Reply #3 on:
June 07, 2002, 05:48:07 AM »
hi ,,
thanks for the tip,,,but i need the deleting database information,,,your information is relevant to me,,,,,
thanks
Logged
christian m. isidro
Re: mysql deleting database
«
Reply #4 on:
June 07, 2002, 06:08:43 AM »
thanks ,,,how can i install the phpadmin,,,what will i do ...
is there a step by step guide,,,
thanks
Logged
Rob Wellesley
Re: mysql deleting database
«
Reply #5 on:
June 07, 2002, 10:02:53 AM »
christian m. isidro wrote:
>
> thanks ,,,how can i install the phpadmin,,,what will i do ...
> is there a step by step guide,,,
>
http://www.myezserver.com/downloads/mitel/contrib/phpmyadmin-2.2.3/
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
Experienced User Forum
Topic:
mysql deleting database