Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Nov 08, 2015 5:45 am 
Offline
Newbie

Joined: Sat Nov 07, 2015 7:52 am
Posts: 2
https://manager.linode.com/linodes/rebu ... criptID=12

I've installed this without doing anything else, am I doing it wrong? 'admin' and 'WordPress' don't work and I've not been given a chance to create a username?


Top
   
PostPosted: Sun Nov 08, 2015 10:07 am 
Offline
Linode Staff

Joined: Wed Jul 01, 2015 10:33 am
Posts: 59
There is no default user for Wordpress. What you should do is install the StackScript with the Linode, then visit your IP address in your web browser. You'll then go through your Wordpress setup, which during that you pick your username and password. The only information you supply the StackScript ahead of time is your MySQL password (use the user root initially), and your root password for your whole Linode.


Top
   
PostPosted: Sun Nov 08, 2015 3:40 pm 
Offline
Newbie

Joined: Sat Nov 07, 2015 7:52 am
Posts: 2
Thanks, that's actually where I'm at, i didnt explain it very well.

The first page of the WordPress install requests information I don't have and I can't find it amongst the documentation sorry.

Image


Top
   
PostPosted: Sun Nov 08, 2015 4:31 pm 
Offline
Senior Member
User avatar

Joined: Fri Jan 02, 2009 11:31 am
Posts: 141
Website: http://faroutscience.com
Location: Texas / Kansas
You will have to create a database in mysql and give access to a "user" that can be a name of your choosing and "identify" that user when granting access by a password. The information that you create in the database is the information that you will enter into this dialog box.

For example (while in mysql as an administrator):

create database wordpressdb;

grant all on wordpressdb.* to wpdbusr identified by 'somepassword';

Therefore:

Database name = wordpressdb
Database user name = wpdbusr
Password = somepassword

Jeff


Top
   
PostPosted: Mon Nov 09, 2015 1:04 pm 
Offline
Linode Staff

Joined: Mon Sep 29, 2014 4:47 pm
Posts: 90
Twitter: FelicianoTech
When you first deploy the WordPress StackScript, it asks you for a DB root password and DB name. The DB root password is the password you would use it, the username is root, and the DB name is the name you provided.

Database host and table prefix can be left the way it is.

We'll make this clearer in the StackScript during it's next update.


Top
   
PostPosted: Sat Nov 14, 2015 10:58 am 
Offline

Joined: Sat Nov 14, 2015 10:54 am
Posts: 1
You should not use a root user for the wordpress install... That way if you get some sketchy code running you are endangering the entire mysql server.
It would be much better if the stack script would provide, or at least explain you should also set up a user for that mysql db.

really, the stackscript should ask for a username to set-up as well, if its already taking care of the database.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group