drupal already installed without drupal_ prefix

public
group: phpbb
willd - Fri, 2008-06-06 10:11

Hi guys, I am currently trying to get the module to work with an existing drupal install.

The database name is willdcou_unfamilia

I'm not the best at sql and phpmyadmin.

I tried to run this query

UPDATE willdcou_unfamilia.sequences SET id = '1000' WHERE sequences.name = 'users_uid' LIMIT 1 ;

which comes back with the following error

ERROR: Unclosed quote @ 52
STR: '
SQL: UPDATE willdcou_unfamilia.sequences SET id = \'1000\' WHERE sequences.name = \'users_uid\' LIMIT 1 ;

SQL query:

UPDATE willdcou_unfamilia.sequences SET id = \'1000\' WHERE sequences.name = \'users_uid\' LIMIT 1 ;

MySQL said: Documentation

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '\'1000\' WHERE sequences.name = \'users_uid\' LIMIT 1' at line 1

Also is there any other code i need to chane in the module files because I'm nto using the drupal prefix?

Thanks for your help

Will