Nick Burch wrote:
On Tue, 29 Aug 2006, Clair wrote:
If it breaks on the permissions check, you ought to get an error reported to you. Odd that you're not. However, that's my hunch - check that your database user can create and drop tables
Yep, the database user can do 'all'.
Can you check to see if a table dbtest exists?
The upgrade script tries to create one, then drop it, to ensure it has all the permissions it needs. Since you upgrade is dying before it reports it has the right permissions, that'll at least tell us how far it made it.
Nick
Hmm, it exists, but then, it always had: content dbtest internal_links metadata node
Clair