Problems creating databases

2003-11-24 Thread Edgar Powell
Hi All, 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 Edgar

Re: Problems creating databases

2003-11-24 Thread Chris Boget
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

Re: Problems creating databases

2003-11-24 Thread gerald_clark
End your commands with a semicolon. Edgar Powell wrote: Hi All, 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

Re: Problems creating databases

2003-11-24 Thread Edgar Powell
PROTECTED] To: Edgar Powell [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, November 24, 2003 9:48 AM Subject: Re: Problems creating databases End your commands with a semicolon. Edgar Powell wrote: Hi All, When I type a command after the mysql prompt nothing happens and no error