frenchie69 Posted January 19, 2006 Posted January 19, 2006 Hi, i goofed...i forgot my info i picked for my MySQL Account. Where can i find that? Quote
TCH-Tim Posted January 19, 2006 Posted January 19, 2006 You can look in your MySQL databases through cPanel. It lists your databases and database users. Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 You can look in your MySQL databases through cPanel. It lists your databases and database users. That's where i am now, but it doesn't give me my password...that's what i forgot. Quote
TCH-Tim Posted January 19, 2006 Posted January 19, 2006 I don't think you can retrieve a lost password. Or at least not easily. You could just delete the user and recreate it. Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 I don't think you can retrieve a lost password. Or at least not easily. You could just delete the user and recreate it. Ok, i was thinking the same...but a stupid question again LOL // ** 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 Here, where do i change it...where it says 'DB_NAME' or where it says 'wordpress' ? Quote
TCH-Don Posted January 19, 2006 Posted January 19, 2006 In MySql go down to where the users are listed and select the user and delete Then create the user with a password then fid the add user to database select the user and the database and add user. Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 In MySqlgo down to where the users are listed and select the user and delete Then create the user with a password then fid the add user to database select the user and the database and add user. Already did that...now it's the config i'm trying to figure out where to change it Quote
TCH-Don Posted January 19, 2006 Posted January 19, 2006 You should only have to change the password. define('DB_PASSWORD', 'password'); // ...and password Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 You should only have to change the password. define('DB_PASSWORD', 'password'); // ...and password I have to add the other 2 also... But what i mean is: Do i add that where it says" 'DB_PASSWORD' or: 'password' In what place? Quote
TCH-Don Posted January 19, 2006 Posted January 19, 2006 change password define('DB_PASSWORD', 'password'); // ...and password Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 change passworddefine('DB_PASSWORD', 'password'); // ...and password Well, tried everything...deleted MySQL Databases and restarted like 5 times...and un-installed Wordpress as many times...but no go I keep getting this: It doesn't look like you've installed WP yet. Try running install.php. Quote
TCH-Mark Posted January 19, 2006 Posted January 19, 2006 Hello, Without knowing the exact error can I just ask, did you add the user to the database from your cPanel? Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 Hello, Without knowing the exact error can I just ask, did you add the user to the database from your cPanel? No, i added the one i got for MySQL Quote
TCH-Bruce Posted January 19, 2006 Posted January 19, 2006 You Wordpress config file should look like the following: // ** MySQL settings ** //define('DB_NAME', 'cpanelname_dbname'); // The name of the database define('DB_USER', 'cpanelname_db-user-name'); // Your MySQL username define('DB_PASSWORD', 'password-for-db-user'); // ...and password define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value Make sure you add the user to the database after creating the user. Quote
TCH-Tim Posted January 19, 2006 Posted January 19, 2006 And after you get the user properly added in MySQL and you change the config.php file, WP will probably want you to run install.php again, even if you already did it. Anytime database information changes. Quote
frenchie69 Posted January 19, 2006 Author Posted January 19, 2006 And after you get the user properly added in MySQL and you change the config.php file, WP will probably want you to run install.php again, even if you already did it. Anytime database information changes. Did all that guys....over and over LOL Nothing. It's ok, i deleted all...will just go back to normal blog on normal site. Thanks anyway for helping. Quote
TCH-Rob Posted January 20, 2006 Posted January 20, 2006 Should this happen in the future where you forget your admin information the following site may help; http://www.tamba2.org.uk/wordpress/phpmyadmin/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.