Error during query execution - install.php

J

Jim

Guest
Hi, all

I'm trying to install beta 2.2. 2.1a worked fine on the databases in question, so when 2.2 came out, i dropped the dadabik internal tables thinking the 2.2 install.php would reinsert them. With no dadabik tables in the database, i'm getting the following messages when i goto run install.php:

Error during query execution.
DROP TABLE IF EXISTS ddadabik_2_Streamed Database
MySQL server said: You have an error in your SQL syntax near 'Database' at line 1


Within my config.php, the user, pass, host and database are all set correctly. After running the install, i noticed only the following table was created:

ddadabik_table_list

I'm running MySQL 3.23.41 in a redhat 7.2 enviorment.

Any help would be appreciated.

Jim
 
E

Eugenio

Guest
Jim wrote:
>
> Hi, all
>
> I'm trying to install beta 2.2. 2.1a worked fine on the
> databases in question, so when 2.2 came out, i dropped the
> dadabik internal tables thinking the 2.2 install.php would
> reinsert them. With no dadabik tables in the database, i'm
> getting the following messages when i goto run install.php:
>
> Error during query execution.
> DROP TABLE IF EXISTS ddadabik_2_Streamed Database

Do you still have the problem?
Does your table contain blank spaces?

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top