For problems and solutions related to database compatibility.

Announcement: This forum has been deprecated

This forum is no longer in use.

For alternatives, please see the Database related issues for Drupal.

There is also group dedicated to discussions around Drupal and PostgreSQL at http://groups.drupal.org/postgresql

Connecting Drupal 7 with phpbb 3.14

Morning guys (at least for me)
Im trying to set up a new website for my multigaming community. Drupal and phpBB 3.14 are already installed and my major goal was to connect their databases, so that my useres only have to register once. I used this module phpBB Single Sign-On and installed it, but i didn't found any installation guides or readme and it . If anyone of you knows a simple way to connect the accounts.. I dont need the integration, just an account connection, then please let me know.
rokosbrokos

Problem importing my DB

Hello all,
I have exported my DB in order to import it to the cloud.
The export was ok and I downloaded the *.sql file.
But whem trying to import it to the server I got the following error:

There was an error importing the database. The status of the import is unknown.

Incorrect syntax near '='.
Incorrect syntax near '`'.
Incorrect syntax near '`'.
Incorrect syntax near '`'.
Incorrect syntax near '`'.
Incorrect syntax near '`'.
Incorrect syntax near '`'.
Incorrect syntax near '`'.

How to generate doctrine entity from my data base

I m a biginner for drupal and i want to generate doctrine entity from my data base.
can anybody help me or tell me a documentation that i can use.
thanks

Postgres db_lock_table behavior

Hello:

I'm read the Drupal API.
The function db_lock_table have this description:

"Lock a table. This function automatically starts a transaction"

And the MySQL code is:

"db_query('BEGIN; LOCK TABLE {'. db_escape_table($table) .'} IN EXCLUSIVE MODE'); "

What happend if I use this function with Postgres?
It's starts a transaction?
And the db_unlock_tables commits a transaction?
How I can rollback a transaction?

Thank's for your answer.

Database for each user

Hello Friends,

I need to implement website for corporate. So whenever new corporate admin registered that time need to create new database for them. So how i can handle this with one drupal installation. Can anybody please help me

Thanks in Advance.

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Database compatibility