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 |
+----------------------------------------------------------------+