HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

vanilla forums

how to create a vannlla database...please help me......

Tagged:

Comments

  • vrijvlindervrijvlinder Papillon-Sauvage MVP
    edited May 2014

    ok , go to mysql database from your control panel at your host and select from the panel create database you enter the name something like this vnl_4n3mi , try not to use actual names for security.

    Then you add your user id which you also create, vnldCufwjgc , again do not use the same name for each or an actual name.

    Then you create a password make it hard S9ZW7VSafI

    Copy those down and put them in the config.php like bellow

    $Configuration['Database']['Name'] = 'vnl_4n3mi';
    $Configuration['Database']['Host'] = 'yourdomain.yourhostmysql.com';
    $Configuration['Database']['User'] = 'vnldCufwjgc';
    $Configuration['Database']['Password'] = 'S9ZW7VSafI';
    

    Do not use these numbers they are for example only.

  • @vrijvlinder thanks...

Sign In or Register to comment.