List:General Discussion« Previous MessageNext Message »
From:Tonu Samuel Date:October 5 1999 12:12pm
Subject:Re: Creating new DB's in MySQL
View as plain text  
Jesper Michelsen wrote:
 
> I've downloaded MySQL because I want to use it on my homepage through a Java-applet.
> So all I need to get started is a new, empty database, but I can't figure out how to
> create on.
> 
> I tried 'mysqladmin', but with no result.
> 
> Could anyone help me ?????

it's hard to say because you didn't included exact error message. I
itself prefer using mysql command line tool:

mysql -e "CREATE DATABASE something"


but I tried with mysqladmin:

# mysqladmin create something
Database "something" created.
# _

It must work.

-- 
+----------------------------------------------------------------+
| TcX  ____  __     _____   _____  ___                           |
|     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Tõnu Samuel           |
|    /*/ /*/ /*/   \*\_   |*|   |*||*|     tonu@stripped        |
|   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Tallinn, Estonia      |
|  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____                       |
|  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^                      |
|             /*/             \*\                Developers Team |
+----------------------------------------------------------------+
Thread
Creating new DB's in MySQLJesper Michelsen5 Oct
  • Re: Creating new DB's in MySQLTonu Samuel5 Oct
  • Creating new DB's in MySQLJani Tolonen5 Oct