Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

Transferring WordPress from localhost to Server

So I have watched bunches of videos on how to do this. It is pretty straight forward, but the problem I am running into is the server is located on a school server. We have no access to import the database to this server. Does anyone know how this can be achieved, or can it?

3 Answers

If you don't have access to the production server you can tell someone who has access to create the necessary database and credentials for you. Once you do you can use WP Migrate DB Pro to sync you local with production: http://css-tricks.com/wp-migrate-db-pro/

Well I have access to the server but no way to upload the db files. So therefore I can upload wordpress to the server but just not the db.

I have more experience with Linux servers but if you can login to a control panel (i.e. cPanel/Plesk) you can create an new database/user than import your local database (be sure to update database creds) using a utility like phpMyAdmin. If you just have FTP access (not SSH) you can't create a database. This is why i'm going to try the no-db-needed jekyllrb.com for a blog.