Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingDatabases & MySQL right
  Closed Topic Start new topic
left right
Matt Mitchell
post Feb 23 2008, 08:07 PM
Post #1


Member
**

Group: Members
Posts: 31
Joined: 8-December 07
From: New York
Member No.: 4,401



So I decided to stop using CutePHP and use WordPress. But i'm having a lot of trouble with it.

I created a database but then when i try to install it, i get this --> http://saugertieshs.zxq.net/blog/wp-admin/install.php

anybody know whats going on?
Go to the top of the page 
 
  + Quote Post
jary
post Feb 27 2008, 06:32 AM
Post #2


Newbie
*

Group: Members
Posts: 2
Joined: 27-February 08
Member No.: 11,991



hi matt maybe you type in the wrong database name.. i guess instead of typing the database name you typed your database username... smile.gif
Go to the top of the page 
 
  + Quote Post
Turv
post Feb 27 2008, 12:10 PM
Post #3


Newbie
*

Group: Members
Posts: 12
Joined: 24-February 08
Member No.: 11,645



Post your config file for connecting tp the database
Go to the top of the page 
 
  + Quote Post
Matt Mitchell
post Feb 27 2008, 10:53 PM
Post #4


Member
**

Group: Members
Posts: 31
Joined: 8-December 07
From: New York
Member No.: 4,401



CODE
<?php
// ** MySQL settings ** //
define('DB_NAME', 'saugertieshs_zxq_net_blog'); // The name of the database
define('DB_USER', 'saugertieshs_zxq_net_matt'); // Your MySQL username
define('DB_PASSWORD', '***********'); // ...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');
?>


^ Thats the code for Wordpress.. Obviously my password isn't **********, i just changed that part.
Go to the top of the page 
 
  + Quote Post
 Closed Topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 18th May 2013 - 03:47 PM