educode
Forum Replies Created
-
Forum: Localhost Installs
In reply to: How to setup biz.nf to work with wordpressHi obaid2002 im new here, and for that its a little late the help.
what i did to set WP in biz.nf its easy#1 you should set a MySQL:
in your dashboard go to database manager and create a MySQL user
( remember the pasword or save it in a note so you don’t lose it)once you done with that….
#2Go to WP ( already in your computer or recently download and unzip )
so once inside of WP there is a doc called WP-config-sample.php ( copy that and paste on the same page as copy)with that copy you are going to change the name to wp-config.php
Now you are going to open it with your “text editor” i use sublime for example.
so there you are going to copy your “MySQL name/user/pasword and hostname
EX default :
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'database_name_here'); /** MySQL database username */ define('DB_USER', 'username_here'); /** MySQL database password */ define('DB_PASSWORD', 'password_here'); /** MySQL hostname */ define('DB_HOST', 'localhost'); /** Database Charset to use in creating database tables. */ define('DB_CHARSET', 'utf8'); /** The Database Collate type. Don't change this if in doubt. */ define('DB_COLLATE', '');you only need to follow what you read=
EX:
define(‘DB_NAME’, ‘obaid2002’);/** MySQL database username */
define(‘DB_USER’, ‘obaid2002’);and so on… you can find the real MySQL info in the foild name “information: inside of the database of your biz.nf dashboard…