From: Chris Boget Date: November 24 2003 3:40pm Subject: Re: Problems creating databases List-Archive: http://lists.mysql.com/mysql/154389 Message-Id: <014301c3b2a1$3baa9660$8c01a8c0@ENTROPY> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > When I type a command after the mysql prompt nothing happens and no > error. For example: > mysql> CREATE DATABASE members > > SHOW DATABASES > What do you think is the problem. > This is an apache web server. > The OS is Redhat This is just a shot in the dark, but there are no semi-colons at the end of each of the above lines to indicate full, executable query. Chris