MySQL on Mac OS X Lion – can’t connect over internet

I’ve installed MySQL on OSX Lion, however I can’t connect to the MySQL server via phpMyAdmin (or Sequel Pro). I have a domain with 1and1, and created a sub domain (server.domain.com) and created an A record to point to my internet IP (where the server is) and that all works fine. However when trying to … Read more

Setup proxy with Apache 2.4 on Mac 10.8 [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 9 years ago. Improve this question I have 1 application (Java) that running on my local machine (localhost:9000). I want to setup Apache as a front end proxy thus … Read more

PostgreSQL under Mac OSX Lion. Wrong userpass?

I’m completely helpless, maybe you guys can help me out. I installed PostgreSQL under my new MacOSX Lion. When I try to connect to my localhost with pgAdminIII.app it says: Error connecting to the database: FATAL password authentication failed for user postgres I just have no idea what to do? Non of my passwords work. … Read more

MAMP MySQL won’t start

I uninstalled MAMP completely, downloaded fresh copy of MAMP 2 from the MAMP website, did a clean install. However, when I try to start mysql, I get the following error log 111120 21:37:49 mysqld_safe Starting mysqld daemon with databases from /Applications/MAMP/db/mysql 111120 21:37:50 [Warning] You have forced lower_case_table_names to 0 through a command-line option, even … Read more

OS X Apache giving 503 error for anything in /api directory

I have a locally hosted website that uses Smarty templates, I’m trying to get started on building an API for the site. I’ve used virtualhost.sh to create a local virtual host for this and other sites. I’ve discovered that if I put a directory called api at the root of any of these virtual hosts … Read more

MySql *completely random* Unable to connect

This one is killing me. We have an ASP.NET/Mono application on a MySQL database. For months we’ve been plagued by a completely random but consistent occurrence of “Unable to connect to any of the specified MySQL hosts”. I’m by no means a MySQL pro, and I hope this is something silly. Specifics: MySQL 5.5.17 MySQL … Read more

ProFTP on MacPorts: Connection refused

I have a MacPorts installed ProFTPD daemon installed. It worked like a charm for a year. Now it does not work at all anymore. All I get is Connection refused ftp localhost Trying ::1… ftp: Can’t connect to `::1′: Connection refused Trying 127.0.0.1… ftp: Can’t connect to `127.0.0.1′: Connection refused Trying fe80::1%lo0… ftp: Can’t connect … Read more

How come my php settings on CLI and Apache are different? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I am currently setting up a new Mac Mini Lion server. I am now installing mongodb and apc extension. I want to include … Read more

Solr connection refused error after java update on Mac OS X Lion

I recently updated Java for Mac OS X 10.7-Update 1. After that I recognized that in my local development application under Rails 3.0.10 with sunspot/solr the solr-server starts correctly 0:03.80 /usr/bin/java -Dsolr.data.dir=/var/folders/j0/h6j1w2px233bb_g2461l8pnr0000gn/T -Dsolr.solr.home=/Users/XXXXXXX/.rvm/gems/ruby-1.9.2-p180/bundler/gems/sunspot-a32d14da2650/sunspot_solr/solr/solr -jar start.jar But if I send a fully functional search request I get a connection refused error: Errno::ECONNREFUSED (Connection refused – connect(2)) … Read more