Jump to content

db-passwd : port over from server to local machine


Maze

Recommended Posts

hello and good day dear php-freaks

which is the passwd for the mysql db
run opensuse - therein i have installed a myql serfver and an apache


now i want to port over a cms-system from a server to the localhost.

question: the passwd of the configuriatin of the cms has got the following

db connecgtion
host : localhost
db-name
db-passwd


question: does the db passwd need to match the passwd of the local mysql server!?

is this true


love to hear from you

Link to comment
Share on other sites

I'm not sure we have enough information.

 

Typically on your localhost install you will be running a local mysql server. 

 

For this reason people use a variety of different techniques to differentiate your environment.  These are some of the common environments:

 

 

'dev' - development

'prod' - production

'test' - for automated testing/unit tests

'qa' - for quality assurance

 

 

Many frameworks come with a configuration scheme that allows you to have different configuration variables for each, and then differentiates the environment based on something like a route or an environment variable.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.