Re: [campsite-support] Re: Install Issue - Missing libidn-dev
  • It seems you didn't set the mysql user/password correctly in the campsite install script.

    Try the following command:

    mysql -u root -p -h xxx.spry.com

    Type the password and see if it connects. If yes, then type:

    /usr/local/campsite/bin/campsite-create-instance --db_user root --db_password [type_password] --db_server_address xxx.spry.com

    If the mysql utility was not able to connect to the server then it means one of following parameters was not correct: user, password, server address.

    Regards,
    Mugur

    wrote: Author: BODJR
    Link: http://code.campware.org/phorum/read.php?8,3625,3633#msg-3633
    --------------------------------------------------------------------------------

    Thanks both of the responses were helpful. I made it through to my net hang and I am working it through as I write this. I am having an issue connecting to the dbase.

    PHP Warning: mysql_connect(): Access denied for user: 'root@xxx.spry.com' (Using password: YES) in /usr/local/campsite/bin/campsite-create-instance.php on line 161
    Unable to connect to database server

    --
    Sent from Campware Forums
    http://code.campware.org/phorum



    ---------------------------------
    Yahoo! Mail
    Bring photos to life! New PhotoMail makes sharing a breeze.
  • 1 Comment sorted by
  • By the time I posted this I figured it out. Sorry for waisting everyone's time and THANK YOU for the help