Filezilla + Wordpress |
![]() ![]() |
Filezilla + Wordpress |
Jan 21 2006, 09:33 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
Hm, so I'm stuck on the second step in the "Installing Wordpress" guide which is....
QUOTE Using phpMyAdmin If your web server has phpMyAdmin installed, you may follow these instructions to create your WordPress username and database. Note: These instructions are written for phpMyAdmin 2.6.0; the phpMyAdmin user interface can vary slightly between versions. If a database relating to WordPress does not already exist in the Database dropdown on the left, create one: Choose a name for your WordPress database ('wordpress' or 'blog' are good), enter it in the Create new database field, and click Create. Click the Home icon in the upper left to return to the main page, then click Privileges. If a user relating to WordPress does not already exist in the list of users, create one: Click Add a new User. Chose a username for WordPress ('wordpress' is good) and enter it in the User name field. (Be sure Use text field: is selected from the dropdown.) Choose a difficult-to-guess password (ideally containing a combination of upper- and lower-case letters, numbers, and symbols), and enter it in the Password field. (Be sure Use text field: is selected from the dropdown.) Re-enter the password in the Re-type field. Write down the username and password you chose. Leave all options under Global privileges at their defaults. Click Go. Return to the Privileges screen and click the Check privileges icon on the user you've just created for WordPress. In the Database-specific privileges section, select the database you've just created for WordPress under the Add privileges to the following database dropdown. The page will refresh with privileges for that database. Click Check All to select all privileges, and click Go. On the resulting page, make note of the host name listed after Server: at the top of the page. (This will usually be localhost.) I'm pretty sure that it's not cPanel that I use for this, but is phpMyAdmin. Hm, okay, well where exactly IS the "creating database" field relating to FileZilla? Would it happen to be the Site Manager? And if so, how do you configure the Site Manage with these instructions? Thank you to whomever helps. |
|
|
|
Jan 21 2006, 09:40 PM
Post
#2
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
no, i think its with cpanel..
at least i think its easier through cpanel |
|
|
|
Jan 21 2006, 09:41 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
Ah, how is that worked then?
|
|
|
|
Jan 21 2006, 09:43 PM
Post
#4
|
|
![]() =] ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 712 Joined: May 2004 Member No: 15,626 |
Go to cPanel... go to MySQL databases... on the bottom... go to PHPmyAdmin.
|
|
|
|
Jan 21 2006, 09:46 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
You're going to have to work with me here....
I already know of the instructions you gave me. I just don't know how to access cPanel in this case. |
|
|
|
Jan 21 2006, 09:57 PM
Post
#6
|
|
![]() i lost weight with Mulder! ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 4,070 Joined: Jan 2005 Member No: 79,019 |
yoursite.com/cpanel
i just figured that out too. |
|
|
|
Jan 21 2006, 09:59 PM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
Mmmm, I tried.
Do I just use my subdomain username? or do I use the url. Hm, and my password doesn't seem to correspond with the username by itself. But thanks for telling me of the site for cPanel. --------------------------------------------------------------------- AHHH So I figured something out. QUOTE define('DB_NAME', 'wordpress'); // The name of the database define('DB_USER', 'username'); // Your MySQL username define('*********', 'password'); // ...and password define('localhost', 'localhost'); // 99% chance you won't need to change this value Would anyone happen to know what I fill in the bolded items with? I believe it's the same piece of information that fills both in. This post has been edited by JlIaTMK: Jan 21 2006, 10:09 PM |
|
|
|
Jan 21 2006, 10:45 PM
Post
#8
|
|
![]() Milo Kamalani ![]() ![]() ![]() ![]() ![]() Group: Human Posts: 954 Joined: Oct 2005 Member No: 274,798 |
Well, you set up a separate MySQL database for wordpress correct?
It's talking about the database name, and the user allowed to access the database. Just fill it in. |
|
|
|
![]() ![]() |