Jump to content

Recommended Posts

Posted

Hi All,

 

I'm attempting to install MT on my server. I set up the mt/ folder in public_html.

I got everything set up and mt-check.cgi ran without a problem.

 

However, when I tried rnning MT-load.cgi I get a message saying "Access denied for user: " and the db username I entered. It says (Using password: YES)

 

I've tried adding/deleting mySQL users but to no avail.

 

Any ideas would be much appreciated.

 

Thanks,

 

Shai

Posted

Make sure after adding a user to mysql that you added them to the database (there's two steps... adding a user, and adding them to the database).

 

Also make sure in mt-db-pass.cgi you have placed the correct password in there for the user you created (replacing the word "password"... your db password should be the only thing in that file).

 

In your mt.cfg, make sure you have all of the following lines, replacing "account" with your account login, "database" with the name of the db you created, and "dbuser" with the name of the user you created (which will show up as account_dbuser anyway in the mysql admin interface).

 

>DataSource ./db
ObjectDriver DBI::mysql
Database account_database
DBUser account_dbuser

 

Let me know if none of that helps.

Posted

It sounds like you aren't getting logged in, rather than a permissions error. I would try changing your mysql password for that user to something simple. Change it in mt-db-pass.cgi as well. When you get it all working, try changing it back.

 

If you want to see the permissions, though:

 

When you select Manage MySQL, make sure under the database name it says:

 

Users in database

 

account_dbuser (Privileges: ALL PRIVILEGES)

 

You need a minimum of (Privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER) in order for MT to work properly.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...