Help - Search - Members - Calendar
Full Version: Connecting To Sever
Zymic Webmaster Forums > Web Design & Development > Server Side Scripting > PHP
silverdude6
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'putyourdbnamehere');

/** MySQL database username */
define('DB_USER', 'usernamehere');

/** MySQL database password */
define('DB_PASSWORD', 'yourpasswordhere');

/** 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', '');

how do i fill this out need help
Jacob
First you will need to create a MySQL user and database from the MySQL Management section in your Zymic Hosting Control Panel then you enter that information into that file.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.