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.

Archive /

Our old forums are still available as a read-only archive.

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

I Hate to Sound Like a Noob...But, I Need Some Installation Help...


Go to End


12 Posts   6886 Views

Avatar
tripod0502

Community Member, 4 Posts

22 February 2007 at 7:29am

Edited: 22/02/2007 7:35am

...But, I've set up a database for the SilverStripe CMS and have tried specifying it's location (in sub-domain), user info and name in both the installation page through my browser as well as editing install.php and then uploading with the same result.

To give you the skinny...I am hosting this particular website through Dreamhost with PHP 5.x and MySQL 5.x.

I've combed through your site and have tried virtually everything I could find that was related (e.g.- "//" in front of line 77 in install.php...etc.)

I feel ike I've tried about everything within my (somewhat)limited scope of knowledge and I keep on getting these errors....

Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/XXXXX/install.php on line 77

Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/home/XXXXX//install.php on line 77

Warning: mysql_get_server_info() [function.mysql-get-server-info]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/home/XXXXX//install.php on line 354

Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/home/XXXXX//install.php on line 354

I'd really like to give this CMS a try...as it looks like a viable alternative to the CMS we use now...Joomla ;)

Any and all help would be greatly appreciated! Cheers...and keep up the good work!

Avatar
gakenny

Community Member, 153 Posts

22 February 2007 at 9:56am

Are you getting an error about the version of MySQL running on the server?

Avatar
Sigurd

Forum Moderator, 628 Posts

22 February 2007 at 4:26pm

The error you have there all relates to "Can't connect to local MySQL server ...."

Are you certain that you have a running MySQL server on your server? What version? Let me know if you want to know how to check your mysql server IS running...

Avatar
tripod0502

Community Member, 4 Posts

22 February 2007 at 6:09pm

Thanks for the quick response guys!

To answer your questions...I am running MySQL - 5.0.24a-standard-log in a sub-domain "mysql.XXXX.XXXX.com" with full administration/creation priviledges granted to the user as I tried in the methods I previously posted.

I hope this helps...please let me know if there is anything else you might need to help narrow this down.

I REALLY appreciate all of your help!!!

Avatar
Ingo

Forum Moderator, 801 Posts

23 February 2007 at 9:04am

Perhaps you've got a non-standard socket location? (wild guess)
You can check this location in your my.conf at the line with "socket=", and confirm that you've got the correct permissions set on this file?

Avatar
Sigurd

Forum Moderator, 628 Posts

23 February 2007 at 9:14pm

Have you got other PHP scripts connecting to the database properly (e.g. phpMyAdmin?)

You could make your own php file, called mysqltest.php with:

<? echo mysql_connect ( "host", "username", "password" ); ?>

See http://php.net/mysql_connect for information on the mysql_connect statement.

Can you let us know if you get the above working, and then we can see if the issue is with SilverStripe or your MySQL/PHP config :)

Avatar
tripod0502

Community Member, 4 Posts

24 February 2007 at 5:29am

Again...thanks for your quick response guys!

I really appreciate all of your help...as I am more of a web designer as opposed to a developer like you guys...I am just usually more concerned with making it look pretty ;)

To answer your question Sigurd...all of the databases (across many domains are administered through phpMyAdmin.

It seems as though I'm not having any problems connecting to the database.

All the other sites that we have are connected to MySQL through the same manner without a hitch.

Avatar
Kimberlymarie

Community Member, 6 Posts

22 March 2007 at 8:32am

Edited: 22/03/2007 8:44am

I hate to pull up an older thread, but this is exactly the same problem I've been having, and can't get anywhere. I'd love to be able to use SS... Got quite a few sites it would be perfect for.

I, too, am hosted with Dreamhost.

Tripod0502, or anyone else, gotten SS installed on DH?

The database does exist and I can connect fine with any other scripts. I also get the thing saying it can't find Apache. Rest assured, it's there!

Go to Top