Help - Search - Members - Calendar
Full Version: Help Install Wordpress
Zymic Webmaster Forums > Zymic Free Web Hosting > Databases & MySQL
omnivida
Hello everybody, I uploaded to the server wordpress, but it seems that failure wp-config.php, although I think I have done everything right, I like this:

CODE
<?php
// ** MySQL settings ** //
define('DB_NAME', 'omnivida_zzl_org_omni'); // The name of the database
define('DB_USER', 'omnivida_zzl_org_vida'); // Your MySQL username
define('DB_PASSWORD', 'xxxxxx'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');

// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-content/languages.
// For example, install de.mo to wp-content/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

/* That's all, stop editing! Happy blogging. */

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>



But when I click on install.php to continue with the installation of the wordpress goes completely blank page, but that was not done, I would like to know where this error.
my site web is http://omnivida.zzl.org

Thanks
rolleyes.gif
DemptD
define('DB_NAME', 'omnivida_zzl_org_omni'); // The name of the database
define('DB_USER', 'omnivida_zzl_org_vida'); // Your MySQL username

For the user and database setting you should have:

yourusername_databasename

yourusername_databaseuser

---

If your username is omnivida:

omnivida_"databasename"

http://demptd.net/scripts/Seditio/page.php?al=mysqltut
omnivida
Hello, thank you for your answer, but just not working because the data does not correspond to me, anyway here you add a picture of the names, so you realize the error




Page remains blank.
http://omnivida.zzl.org/wp-admin/install.php
wink.gif
piske91
chmod files to 777
upload it again...
omnivida
I did nothing, continuing the mistake, if I did not help any administrator of this forum will have to leave the service.
Andrew
No he said for you to CHMOD the files to 777.
Here is a tutorial.
http://www.siteground.com/tutorials/ftp/ftp_chmod.htm
Good Luck
Javmun
EDit:Sorry for reviving this, i fully assigned priviliges and i could install it ^^


hello.. ive tried to install wordpress too and cant seem to install it.. i get this error

QUOTE
Can’t select database

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

* Are you sure it exists?
* Does the user wanakos_zxq_net_wordpress have permission to use the wanakos_zxq_net_wordpress database?
* On some systems the name of your database is prefixed with your username, so it would be like username_wordpress. Could that be the problem?

If you don't know how to setup a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.


i changed the CHmod a nd still nothing sad.gif
looking for help plz =]
thanks in advance
Andrew
QUOTE(Javmun @ Mar 5 2008, 09:50 PM) *
EDit:Sorry for reviving this, i fully assigned priviliges and i could install it ^^
hello.. ive tried to install wordpress too and cant seem to install it.. i get this error
i changed the CHmod a nd still nothing sad.gif
looking for help plz =]
thanks in advance

It sounds like you never set the sql username to the database.

Refer to the third post, does your control panel page look like that? with the database, username, and all the permissions? It should look exactly like that except with your sql username and database.

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-2010 Invision Power Services, Inc.