Results 1 to 5 of 5

Thread: Mysql problem
      
   

  1. #1
    Jimele Biksar is offline Private
    Join Date
    Oct 2011
    Posts
    3

    Default Mysql problem

    Hello, i am new in vodahost and i cant connect with my database throught mysql_connect() command in php,
    while i already have create a database, a user, and have connected them.
    The following warning occured:
    Warning: mysql_connect() [function.mysql-connect]: Access denied for user '*****'@'*******' (using password: YES) in /home/*****/public_html/****.php on line 9
    Access denied for user '*****'@'******' (using password: YES)

  2. #2
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Mysql problem

    Probably you have not granted permissions for this user for the specific database. Check it.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  3. #3
    Jimele Biksar is offline Private
    Join Date
    Oct 2011
    Posts
    3

    Default Re: Mysql problem

    Well i have select the checkbox witch provides all the permissions for my user :(

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Mysql problem

    If the user has fill permissions, maybe you have mistaken some of the settings.

    Is the server set to "localhost" ?

    Maybe you have not added cPanelusername_ to the database name and the username ?
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    Jimele Biksar is offline Private
    Join Date
    Oct 2011
    Posts
    3

    Default Re: Mysql problem

    Finally, localhost was my problem.
    Thanks btw.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49