Help - Search - Members - Calendar
Full Version: Walk Through For Wordpress?
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
Hyatt
Hi, I want to install Wordpress onto my site. Thing is, I've never worked with MySQL or PHP before. Can someone walk me through this process from the start? I haven't created a database yet.

Thanks
lawny
here is a simple tutorial on installing Wordpress on zymic first login to your hosting account and go to mySQL Database management see in screenshot below



now you should see a page like mine below the steps to creating your database are described below the screenshot



1. Enter the database name and click "create database name".
2. Enter the username and password and click "create username".
3. Choose the username and database name you just created from the dropdown boxes and assign required privileges now you have finished creating the database.


download wordpress from http://wordpress.org/download/ extract the files and rename the file wp-config-sample.php to wp-config.php then open it with a text editor and fill the details in with your password, database name and username then upload the files to your server and open your web browser then navigate to your site and follow the instructions to finish the install
literatura

The situation is this:
1) I made laclasedeliteratura.vndv.com then reading the forums... I realized that 16 max. characters issue
2) I made liter.vndv.com , then on the wp-config.php i changed the following info:
/** The name of the database for WordPress */
define('DB_NAME', 'liter_db');

/** MySQL database username */
define('DB_USER', 'liter_user');

/** MySQL database password */
define('DB_PASSWORD', '******');

/** MySQL hostname */
define('DB_HOST', 'liter.vndv.com');

3) Still getting the next error:
"Error establishing a database connection
This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at liter.vndv.com. This could mean your host's database server is down."

How do you think I can connect from laclasedeliteratura... to the db on liter.vndv.com ?
Thank you!!!!!
Dave

Hostname needs to be localhost (not liter.vndv.com).
literatura
So it's not possible to call the db at liter.vndv.com from laclasedeliteratura.vndv.com ?
I don't want to use the short name for the url..
I don't know if I explain myself well here.
Thank you.
Dave

Yes you can call it from liter.vndv.com (which is short enough) to your actual wordpress on the longer one. Still needs to be localhost as hostname though.
literatura
So you mean that in the wp-config at laclasedeliteratura.vndv.com I just put : "liter_db" ? insead of "laclasedeliteratura_db"!?
Regards.
Dave
QUOTE(literatura @ Aug 9 2009, 03:06 PM) *
So you mean that in the wp-config at laclasedeliteratura.vndv.com I just put : "liter_db" ? insead of "laclasedeliteratura_db"!?
Regards.


Correct wink.gif
literatura
Thank you! It works. Now I have another problem at "liter.vndv.com".
Here's the url of the post:
http://www.zymic.com/forum/index.php?showt...mp;#entry101370
ph34r.gif
Xtreme01
Please Help!

I am getting an as quoted below.

QUOTE
Parse error: syntax error, unexpected $end in /www/vndv.com/w/e/b/webpro1/htdocs/wp-admin/includes/template.php on line 2633
wzrd
QUOTE(Xtreme01 @ Aug 23 2009, 09:54 AM) *
Please Help!
I am getting an as quoted below.

i have same.... to solve -
in file wp-config.php
remove ALL comments, started with double slash - //
(you can use # instead, if you need them)
medley
QUOTE(wzrd @ Sep 29 2009, 04:09 PM) *
i have same.... to solve -
in file wp-config.php
remove ALL comments, started with double slash - //
(you can use # instead, if you need them)


Thank you so much, I've been looking for a solution for the error for ages but haven't found anything until looking at Employers Liability Insurance forum smile.gif Employers Liability seems something so simple as well!!

Much appreciated for the advice smile.gif
your_suraj
Can someone plz put a step by step guide to install wordpress in zymichost.................I also get error like following:

HTTP 500 - Internal Server Error
The server responded with an error page.
Suggestions

* Try Again
* Go to http://ktmbazar.zymichost.com/
* Try finding an archived copy in the Wayback Machine.

Why am I seeing this page?

The Alexa Toolbar offers suggestions when the page you are looking for cannot be found.
DroNix
this topic could have been avoided if you had taken the time to search.

Written step-by-step tutorial: http://dronix.uuuq.com/installing-wordpress

Video tutorial: http://screencasts.uuuq.com/installing-wordpress/
eminazeri
help me, please.
My settings of databese in screenshot.
And here's the wp-config.php

define('DB_NAME', 'eminazeri_clanteam_db');
define('DB_USER', '90205_eminazeri');
define('DB_PASSWORD', 'xxxxxx');
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

but I have this error message when open /wp-admin/install.php

We were able to connect to the database server (which means your username and password is okay) but not able to select the eminazeri_clanteam_db database.

* Are you sure it exists?
* Does the user 90205_eminazeri have permission to use the eminazeri_clanteam_db database?
* On some systems the name of your database is prefixed with your username, so it would be like username_ eminazeri_clanteam_db. Could that be the problem?
eminazeri
i solved the problem
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.