Hello , I created a drupal site locally and uploaded it to my server. I dumped the local Db and imported to the Db on the server. That worked fine. I did some more updates locally, uploaded the files and then went to import the DB but received an error: #1050 - Table 'access' already exists
Is it not possible to import new changes to an existing? Not sure what the prob is.
I'm trying to create a time sheet database. My problem: I'm an absolute multi-user database beginner.
Let's say 30 people are supposed to enter their data through an online form. Does the data go to a single table or to user specific sub-tables?
If the data ends up in one big table, then I must have the user name (login) in one of the colums to sort the data later.
Is there a general variable for the username in drupal? And if, how do I post it to a mysql table? i'd be grateful for your support, hike
I am trying to use User Points module to retroactively give points. Got the following errors. Please help.
Thanks
drupalian
* user warning: Column count doesn't match value count at row 1 query: INSERT INTO userpoints VALUES (1, 0, 1175381781) in /home/.mewsette/asha_admin/hangoutwith.com/includes/database.mysql.inc on line 172.
* user warning: Column count doesn't match value count at row 1 query: INSERT INTO userpoints VALUES (2, 0, 1175381780) in /home/.mewsette/asha_admin/hangoutwith.com/includes/database.mysql.inc on line 172.
* user warning: Column count doesn't match value count at row 1 query: INSERT INTO userpoints VALUES (3, 0, 1175381780) in /home/.mewsette/asha_admin/hangoutwith.com/includes/database.mysql.inc on line 172.
* user warning: Column count doesn't match value count at row 1 query: INSERT INTO userpoints VALUES (4, 0, 1175381780) in /home/.mewsette/asha_admin/hangoutwith.com/includes/database.mysql.inc on line 172.
* user warning: Column count doesn't match value count at row 1 query: INSERT INTO userpoints VALUES (5, 0, 1175381780) in /home/.mewsette/asha_admin/hangoutwith.com/includes/database.mysql.inc on line 172.
I need help. First of all, I am a newbie with drupal so please bear with me.
I'm trying to redesign my site. I decided that drupal is my best option for my new e-commerce site.
The problem is : how can I migrate my old database which is SQL 2000 to MySQL ?
OR should I just keep using SQL 2000 to avoid a complicated settings?
If i decided to keep using SQL 2000, what should I do next?
Thank you so much in advance.....