edit "functions.php" in mysql database?

by 1 replies
2
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?
#programming #database #edit #functionsphp #mysql
  • 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
    • [ 1 ] Thanks

Next Topics on Trending Feed

  • 2

    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?