Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Non-standard MySQL port

estest New
edited January 2013 in Vanilla 2.0 - 2.8

@Todd
I am in the same situation (as : http://vanillaforums.org/discussion/21420/trying-to-install-vanilla-with-alternative-mysql-port-3307-no-such-host-is-known-error ), but I can't change the host because my Vanilla installed on a shared hosting, and it's database port is 65000. How can I set up connection?

Comments

  • Options

    I presume you have tried

    127.0.0.1:65000

    grep is your friend.

  • Options
    estest New
    edited January 2013

    Sure,

    I've also tried to add:

    $Configuration['Database']['Port'] = '65000';
    

    but neither doesn't work.

    Also, the mysql server is located on remote host:

    $Configuration['Database']['Host'] = 'some.server.name.com';
    
  • Options

    it might be an issue with how PDO is configured.

    grep is your friend.

  • Options
    AnonymooseAnonymoose ✭✭
    edited January 2013

    Name.com is a domain registrar. You might want to use 'example.com' in the future, so there is no confusion.

Sign In or Register to comment.