MySql Upgrade & Passord issues

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Melik
    Junior Member
    • Aug 2004
    • 5

    #1

    MySql Upgrade & Passord issues

    I have an app that requires the pre-MySql 4.1 password hash. In order to get my app to connect I need to run the following script:

    SET PASSWORD FOR
    MYUSER = OLD_PASSWORD('newpassword')

    The script gives me an error: #1044 - Access denied for user 'MYUSER'@'localhost' to database 'mysql'

    How am I supposed to revert my password to the old version if I dont have access?

    thx
    Last edited by Melik; 11-14-2005, 06:31 PM.
  • james
    Senior Member
    • Mar 2004
    • 183

    #2
    Did you use the syntax:
    cpanelusername_myuser?

    All usernames in a cpanel server are prefixed by your cpanel username and an underscore. The same goes for mysql database names.

    Comment

    • Melik
      Junior Member
      • Aug 2004
      • 5

      #3
      yes I did add the cpanel prefix

      Comment

      • DrCool
        Junior Member
        • Mar 2005
        • 1

        #4
        are you on cpanel11?

        Comment

        Working...