How do I create a new MySQL database?

             
              user@conway:~$ mysqladmin -p create dbbikesydney
              Enter password:
              Database "dbbikesydney" created.

              Of course this presupposes that you, user , have permissions
              to create new databases.
              andy (at) cat.org.au