answers inline
Ignatius
- Original Message -
From: "Jonathan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 10:39 PM
Subject: RE: [PHP-DB] CREATE TABLE QUERY PHP/MySQL
>
>
&
Friday, December 06, 2002 3:34 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP-DB] CREATE TABLE QUERY PHP/MySQL
Very likely you have to GRANT the CREATE permission to your PHP user
account.
Also investigate the CREATE TEMPORARY TABLE grant status available since
version 4+. Very c
Very likely you have to GRANT the CREATE permission to your PHP user
account.
Also investigate the CREATE TEMPORARY TABLE grant status available since
version 4+. Very convenient.
Ignatius
- Original Message -
From: "Jonathan" <[EMAIL PROTECTED
On Saturday 07 December 2002 05:00, Jonathan wrote:
> This is the first time I am trying to create a table in MySQL based on
> user input.
>
> Here is the scenario,
>
> The user will enter in the name of a stage, e.g. Harley Davidson.
> I then look for the first space (to indicate the first word),