Posted by alb on September 6, 2008 at 2:08pm
| Project: | DrupalEd |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
regard install in your install file regards point 3. RESET THE DATABASE
this file drupaled_10jan08_phpma.sql (created using phpMyAdmin)
isn't correct because cannot create tables see that already at point
2. RUN THE INSTALL SCRIPT
The install script will set the base URL, connect Drupal to the database, and
create tables in the database.
drupal create all its default tables,
and so the file drupaled_10jan08_phpma.sql cannot filled the new tables becaus it is stopped at first
table access that already exist
becaus it not have for every table this row
DROP TABLE IF EXISTS `name table`;