Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Installation failed on Ubuntu 9.04


Go to End


2 Posts   3028 Views

Avatar
turutosiya

Community Member, 1 Post

18 November 2009 at 4:58pm

Hi.

I'm a c#developer in Tokyo, Japan.

I'm trying to install SilverStripe 2.3.3 to my Ubuntu 9.04 server.
I got following message and to installation was failed.

[Warning] mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES)
POST /silverstripe/install.php

* Ubuntu 9.04
* Apache 2.2.11
* PHP 5.2.6

could anyone help me?

Avatar
Double-A-Ron

Community Member, 607 Posts

18 November 2009 at 7:53pm

Hiya, and welcome to SS.

That error clearly means that your username or password is incorrect. SS has found the database server, but can't login.

Considering you are using root as the user, I would say that the password you have in /mysite/_config.php is incorrect. Please check that out.

Aaron