edit "functions.php" in mysql database?

1 replies
Hi, I'm now installing a script and its guide it tells me to "edit functions.php of the database login details you just created". What it means? How to do it? I was googling and find nothing about this piece of puzzle to install the script...

can u help me guys?
#database #edit #functionsphp #mysql
  • Profile picture of the author johnnyN
    it means you have to edit a file called functions.php

    in the file there are some details about the database (that you should have setup already - usually in cpanel).
    you have to change these details to match your database settings.

    there should be 4 items that you need to edit.
    host name - usually you leave it as localhost
    database name - the name of the database that you created
    database user - the name of the user that can login to the database
    databse user password - the password for that user
    {{ DiscussionBoard.errors[2336822].message }}

Trending Topics