Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-03-14 05:27:16
- pollo
- Member
- Registered: 2005-02-17
- Posts: 22
CREATE command denied to user
During install, I connected to the database, but then I got 135 errors:
CREATE command denied to user
INSERT command denied to user
over and over again.
What did I do wrong?
Thanks
Offline
#2 2006-03-14 05:36:16
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: CREATE command denied to user
You need to make sure that your MySQL user access settings permit table creation.
Alex
Offline
#3 2006-03-14 06:10:05
- pollo
- Member
- Registered: 2005-02-17
- Posts: 22
Re: CREATE command denied to user
zem wrote:
You need to make sure that your MySQL user access settings permit table creation.
How can I do that? I have access to phpmyadmin, can I use that?
Thanks
Offline
#4 2006-03-14 07:07:42
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: CREATE command denied to user
It depends on how your hosting provider has set things up. Often database user management is done with another tool, not phpMyAdmin. You’ll need to ask them.
What you need to do is grant ‘create’ privileges to your database user, for your textpattern db. Simplest method is to grant ‘all’.
Alex
Offline
#5 2006-03-15 03:39:56
- pollo
- Member
- Registered: 2005-02-17
- Posts: 22
Re: CREATE command denied to user
Thanks! I contacted them and they fixed the problem!
Offline
Pages: 1