Installing on POWWEB

Having trouble installing serendipity?
Post Reply
radiohead24hr
Posts: 3
Joined: Mon Nov 05, 2007 3:54 am

Installing on POWWEB

Post by radiohead24hr »

Hey,

I'm new to serendipity, and server hosting as well.
Anyways, I'm trying to install Serendipity onto my powweb account, and I have all the files in the right place and everything but I'm getting an error when trying to complete the install.

The mySQL error was: Access denied for user 'yeti_foxtrot'@'cgi0702.int.bizland.net' (using password: YES)

Can anybody help?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Installing on POWWEB

Post by garvinhicking »

Hi!

You get this message because the connection credentials to your database server is wrong. Please check it, and make sure you are using the database name, username, host and password that your provider gave you.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
radiohead24hr
Posts: 3
Joined: Mon Nov 05, 2007 3:54 am

Serendipity Errors

Post by radiohead24hr »

Okay, I was able to confirm everything and successfully install. I feel great.

However, when clicking to view my new blog I get this error:

serendipity error: unable to connect to database - exiting.

!!!.

After install a page with this info came up.

Checking to see if the database and tables already exist... they do not
Creating default database setup... Done
Creating primary author 'yeti_foxtrot'... Done
Setting default template... Done
Installing default plugins... Done
Attempting to write .htaccess file...... Done

I'm wondering if my lack of already existing database and tables is my problem? I have no idea.

Thanks.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Serendipity Errors

Post by garvinhicking »

Hi!

Did you change anything in the database or in any of the s9y files after installation? This sounds odd.

Especially, check your serendipity_config_local.inc.php file and see if it contains the right DB credentials?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
radiohead24hr
Posts: 3
Joined: Mon Nov 05, 2007 3:54 am

Config File

Post by radiohead24hr »

My serendipity_config_local file looks fine

All except for


$serendipity['dbPrefix'] = 'serendipity_';


I just have no idea what that means? or if thats normal.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Config File

Post by garvinhicking »

Hi!

That variable is set to what your table names are called (like serendipity_entries, serendipity_config). That setting is usually the default.

If your credentials are right, I don't see why s9y can't connect to your database. Can you contact yoru provider and ask him if he can find an issue?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

I use PowWeb, too. The data in you serendipity_config_local should identically match what you use to log in with phpMyAdmin. With the new MySQL upgrade, that means your server should be {ops-username}.powwebmysql.com, your user and pass should be whatever you created for Serendipity in the MySQL tab, and type should be 'mysql'.

Make sure you use the OPS user name, not the MySQL user name, for the server. For instance, for a user who logs in to OPS as "bob", the server would be bob.powwebmysql.com, regardless of what his blog admin's username or MySQL admin's username would be.
Judebert
---
Website | Wishlist | PayPal
Post Reply