Jump to content
3 posts in this topic

Recommended Posts

Ok, so I have OS X 10.4.8 up and running.

There are only two things I need to do to have the perfect system:

 

1. Install mySQL. Any quick and easy way to do this? [DONE!]

2. Configure apache. I need to change the directory from which it fetches all the files. [DONE!]

 

Well, I solved this pretty quickly.

 

To install mysql, I downloaded the official package from mysql.com

To configure apache, I simply edited httpd.conf, which is located in /etc/httpd/

 

Good Luck!

Fede

Ok, I spoke too soon.

MySQL is not working :)

I can't connect using phpmyadmin or Cocoa MySQL.

 

I installed the little application so that the server would start automatically, but it doesn't seem to work.

 

If I execute mysqld_safe, this is what I get:

 

36-200-235-201:/usr/local/mysql/bin federico$ sudo ./mysqld_safe
Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/36-200-235-201.fibertel.com.ar.pid
061206 04:59:52  mysqld ended

 

Any ideas?

×
×
  • Create New...