Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2005-11-16 21:57:54
- banrai
- New Member
- Registered: 2005-11-16
- Posts: 5
2 issues (htaccess + database issues)
Hello there.
I just downloaded the most recent version of textpattern, and am trying to install it, and I’ve ran across a few problems that I can’t find any documentation for while searching the forums.
Firstly, I’m having some trouble with the htaccess file. I upload it, and then go to the install page, and I get a 403 error.
Alright so I delete it and replace it with an htaccess of my own since I don’t know much about how to configure them. And I got to install.
Everything works fine, until I get to the point after I put in what I want the first account to be. Then I get this:
1. CREATE command denied to user: ‘atladean@localhost’ for table ‘textpattern’
2. Table ‘atladean.textpattern’ doesn’t exist
3. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_category’
4. Table ‘atladean.txp_category’ doesn’t exist
5. Table ‘atladean.txp_category’ doesn’t exist
6. Table ‘atladean.txp_category’ doesn’t exist
7. Table ‘atladean.txp_category’ doesn’t exist
8. Table ‘atladean.txp_category’ doesn’t exist
9. Table ‘atladean.txp_category’ doesn’t exist
10. Table ‘atladean.txp_category’ doesn’t exist
11. Table ‘atladean.txp_category’ doesn’t exist
12. Table ‘atladean.txp_category’ doesn’t exist
13. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_css’
14. Table ‘atladean.txp_css’ doesn’t exist
15. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_discuss’
16. Table ‘atladean.txp_discuss’ doesn’t exist
17. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_discuss_ipban’
18. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_discuss_nonce’
19. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_file’
20. CREATE command denied to user: ‘atladean@localhost’ for table ‘txp_form’
21. Table ‘atladean.txp_form’ doesn’t exist
22. Table ‘atladean.txp_form’ doesn’t exist
23. Table ‘atladean.txp_form’ doesn’t exist
24. Table ‘atladean.txp_form’ doesn’t exist
25. Table ‘atladean.txp_form’ doesn’t exist
…And about 150 more errors that are all along the same lines. Why isn’t it allowing me to write to the database? I’ve checked the password multiple times, as well as the rest of the login information for SQL.
Anyone have any ideas?
Offline
Re: 2 issues (htaccess + database issues)
It doesn’t get any clearer than this:
CREATE command denied to user: ‘atladean
localhost’ for table ‘textpattern’@
The mysql-user does not have CREATE permissions on the database. The rest is just cascading errors.
Offline
Re: 2 issues (htaccess + database issues)
It’s almost too obvious. Software companies should look into annotated error messages.
Last edited by ramanan (2005-11-17 14:27:04)
Offline
Pages: 1