Database / Permissions Question

Discussion in 'MySQL' started by Hoyles, Apr 16, 2009.

  1. #1
    Hey all, any help is appreciated.

    I recently purchased Link -- Plug -- org ..... A URL shortening website.

    The site was built using MySQL v4 and i'm running MySQL - 5.0.22 & phpMyAdmin - 2.8.2.4.

    I transferred the files, imported the database and updated the htaccess file.

    What works:

    All existing domains that were shortened before the move still work fine.

    What doesn't work:

    All new URLs, regardless of what you enter, will display the next URL in sequence (which is always "/4rw")

    New URLs will not write to the database, and clicking the "4rw" link returns a 404.

    Any suggestions? I'm pretty sure it's a permissions issue so I've been tampering with the db user account, permissions, etc.

    Thanks
     
    Hoyles, Apr 16, 2009 IP
  2. darren884

    darren884 Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Sounds like your database credentials aren't right... double check those because its like it is only allowing you to READ and not WRITE data.
     
    darren884, Apr 21, 2009 IP