Coldfusion and MySQL

Out of context: Reply #6

  • Started
  • Last post
  • 6 Responses
  • qaddisin0

    the host hasnt gotten back to me but i found a way locally to use the mysql connector cf is installed with / its a matter of using the old password method for users accounts ->

    ./bin/mysqladmin -u root -p
    mysql> SET PASSWORD FOR
    -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');

    and then i use this little script to make things even easier ->
    http://tinyurl.com/bk3un

    the thing i have to get now is gettign the host to allow access to change the user password on the remote server / we'll see if that goes over

View thread