wordpress |
wordpress |
Jul 17 2005, 09:32 PM
Post
#1
|
|
|
NO. I'm not 13. or 14. or 15. or 16. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 4,616 Joined: Jul 2004 Member No: 30,577 |
Yes..I'm very confused about this thing. The directions said to open up this file and fill in the database connection information. Yeah, if someone could help me, that would be great. I'm terrible about these things. I just need the stuff explained in simpler terms, basically. Thanks.
QUOTE <?php
// ** MySQL settings ** // define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'username'); // Your MySQL username define('DB_PASSWORD', 'password'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value // Change the prefix if you want to have multiple blogs in a single database. $table_prefix = 'wp_'; // example: 'wp_' or 'b2' or 'mylogin_' // Change this to localize WordPress. A corresponding MO file for the // chosen language must be installed to wp-includes/languages. // For example, install de.mo to wp-includes/languages and set WPLANG to 'de' // to enable German language support. define ('WPLANG', ''); /* Stop editing */ define('ABSPATH', dirname(__FILE__).'/'); require_once(ABSPATH.'wp-settings.php'); ?> |
|
|
|
![]() |
Jul 21 2005, 12:58 PM
Post
#2
|
|
![]() pimpalishious ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 436 Joined: Feb 2004 Member No: 4,370 |
Err... I offered too. Your welcome, lol.
|
|
|
|
avalon* wordpress Jul 17 2005, 09:32 PM
mipadi Under MySQL Settings, change wordpress, username, ... Jul 17 2005, 09:36 PM
avalon* Okay, so I'm hosted at ill-wed.com. For name o... Jul 17 2005, 09:39 PM
mipadi No; your webhost should tell you your database nam... Jul 17 2005, 10:33 PM
avalon* Alright, thanks. I'll just ask my host then.
... Jul 17 2005, 11:02 PM
avalon* Okay so I asked my host to help me fill in the stu... Jul 18 2005, 12:05 PM
mipadi What's the error? Jul 18 2005, 12:32 PM
avalon* That's what it says when I try to launch the i... Jul 18 2005, 01:03 PM
delphi i dont see anything Jul 18 2005, 07:50 PM
satisfied-tom it means you already installed wordpress and you a... Jul 19 2005, 09:44 PM
delphi that's weird to me. make sure your host gave y... Jul 20 2005, 01:17 PM
adoggydog195 If you need a free MySQL database then just ask me... Jul 20 2005, 06:52 PM
Heathasm oh..i thought you had a database already grace... Jul 21 2005, 02:43 AM
avalon* Oooh. That makes a lot more sense. Haha. I don... Jul 21 2005, 11:47 AM![]() ![]() |