Changed password for SQL what to do now on s9y

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Florian Fiegel
Regular
Posts: 21
Joined: Fri Feb 15, 2008 12:38 pm
Location: Germany/Bochum
Contact:

Changed password for SQL what to do now on s9y

Post by Florian Fiegel »

Hi,

i changed the password of my database erroneous cause i configured another.

Now the installation as expected, doesn't run any longer. Now my Question is how I could set the password to the new?

It seems that i have deleted the setup in the past. And I don't know on what version s9y is. I know that i didn't made the last update on the installation.

Thank to you even yet.

greets
Florian
Image
azel
Regular
Posts: 265
Joined: Thu Apr 21, 2005 4:28 am
Contact:

Post by azel »

If you have access to an FTP account for your site, login to that and edit your serendipity_config_local.inc.php to reflect your new sql password.
Florian Fiegel
Regular
Posts: 21
Joined: Fri Feb 15, 2008 12:38 pm
Location: Germany/Bochum
Contact:

Post by Florian Fiegel »

I tried to download the file for editing and got this error:

550 serendipity_config_local.inc.php: Permission denied : /html/serendipity_config_local.inc.php

Its the main ftp for the Space, so why do I have no permission? :?
Is the file protected by any mechanism of s9y?
Image
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

the actual permissions depend on how your server provider setup the PHP. In cases where your FTP user has no full access on all files, have a look at the s9y.org FAQ about the "fixperm.php" script.

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/
Florian Fiegel
Regular
Posts: 21
Joined: Fri Feb 15, 2008 12:38 pm
Location: Germany/Bochum
Contact:

Post by Florian Fiegel »

Thanks, now all works well again. :)
Image
JWalker
Regular
Posts: 177
Joined: Mon Sep 12, 2005 4:14 pm
Location: Botevgrad, Bulgaria
Contact:

Post by JWalker »

Just for information:
I tried with Turkish, Portuguese, Finnish, Slovakian languages and Serendipity showed their names for months and days of week. Only for Bulgarian they were ?????? . Now I changed

Code: Select all

@define('DATE_LOCALES', 'bulgarian, bg, bg_BG');
to

Code: Select all

@define('DATE_LOCALES', 'bg, bg_BG');
and I am able to see english names which is acceptable for me. Just curiousity...
Ivan Cenov
OKTO-7 Co., Botevgrad
Bulgaria
Post Reply