MYSQL HELP

 
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions
View previous topic :: View next topic  
Author Message
Xavier
-


Joined: 17 Jan 2004
Posts: 50

PostPosted: Sun Feb 15, 2004 7:46 pm    Post subject: MYSQL HELP Reply with quote

ok i know that the command in dos for creating a new database is:
Code:
mysqladmin -u root create database name
what is the code for deleting one??
srry im a newbie to sql, dos, php well prety much everything
Back to top View user's profile Send private message
Moxxnixx
-


Joined: 21 Jun 2003
Posts: 1226
Location: Florida

PostPosted: Sun Feb 15, 2004 9:58 pm    Post subject: Reply with quote

To delete one:
Code:
mysqladmin -u root drop database name

You can list all options by executing:
Code:
mysqladmin --help
For more info go to: http://www.mysql.com/doc/en/mysqladmin.html

Or, you can just install phpMyAdmin and forget about command lines.
Look in the tutorials section of this forum for a "how to". :wink:
Back to top View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> General Questions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group