Title: educode's Replies | WordPress.org

---

# educode

  [  ](https://wordpress.org/support/users/educode/)

 *   [Profile](https://wordpress.org/support/users/educode/)
 *   [Topics Started](https://wordpress.org/support/users/educode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/educode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/educode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/educode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/educode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/educode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [How to setup biz.nf to work with wordpress](https://wordpress.org/support/topic/how-to-setup-biznf-to-work-with-wordpress/)
 *  [educode](https://wordpress.org/support/users/educode/)
 * (@educode)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/how-to-setup-biznf-to-work-with-wordpress/#post-4339701)
 * Hi 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…

Viewing 1 replies (of 1 total)