Results 1 to 5 of 5

Thread: mysql problem

  1. #1
    Join Date
    Jun 2006
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default mysql problem

    I'm currently trying to install a PHP app (PHP-Residence) from http://www.digitaldruid.net/php-residence/

    It's GNU and will service my cattery web site really well.

    However... it's written in spanish and I'm a PHP ignoramus.

    Can anyone offer a suggestion to this error:

    Warning: mysql_connect() [function.mysql-connect.php]: Access denied for user 'meers'@'10.0.0.11' (using password: YES) in D:\meerscattery.co.uk\wwwroot\Reservations\creadb. php on line 166

  2. #2
    Join Date
    Apr 2006
    Location
    Amsterdam
    Posts
    352
    Thanks
    20
    Thanked 11 Times in 11 Posts

    Default

    I think the script is trying to make a database connection to a server on address 10.0.0.11. It should make a direct connection to the hostname though. Check the creadb.php script and search for the 10.0.0.11 and replace it with the hostname of the database server. (The hostname can be found in the database mananger trough helm).

    Also dubble check if you have created a db user in helm.

  3. #3
    Join Date
    Jun 2006
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Discovered I have the same problem using phpmyadmin

    something amis with my username & password

  4. #4
    Join Date
    Apr 2006
    Location
    Amsterdam
    Posts
    352
    Thanks
    20
    Thanked 11 Times in 11 Posts

    Default

    Are you login on to the right MySQLserver?

    Try adding a new use for your database and see if your able to login with those credentials.

  5. #5
    Join Date
    Jun 2006
    Posts
    32
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    THanks... fixed

    The problem was between the seat and the keyboard

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Mysql Problem
    By Space Cowboy in forum Customer Feedback and Suggestions
    Replies: 1
    Last Post: 2nd February 2006, 09:57 AM

Bookmarks

Posting Permissions

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