#637: acl.php can't connect to MySQL 4.1.18
---------------------------------------+------------------------------------
Reporter: schvenk | Owner: phpnut
Type: Bug | Status: closed
Priority: Medium | Milestone: 0.10.0.x
Component: ACL (Access Control List) | Version: 0.10.0.*
Severity: Normal | Resolution: invalid
Keywords: | Php_version: PHP 4 >= 4.3.0
---------------------------------------+------------------------------------
Comment (by tcconway):
Even though this ticket is closed, I wanted to document somewhere my fix
that worked perfectly.
In app/config/database.php, change
{{{
'host' => 'localhost',
}}}
to
{{{
'host' => '127.0.0.1',
}}}
I found no need to change any symlinks. Note that I am using MAMP, on OS X
10.5.5
Hope this helps.
--
Ticket URL: <https://trac.cakephp.org/ticket/637#comment:4>
CakePHP : The Rapid Development Framework for PHP <https://trac.cakephp.org/>
Cake is a rapid development framework for PHP which uses commonly known design
patterns like ActiveRecord, Association Data Mapping, Front Controller and MVC.
Our primary goal is to provide a structured framework that enables PHP users at
all levels to rapidly develop robust web applications, without any loss to
flexibility.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tickets cakephp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/tickets-cakephp?hl=en
-~----------~----~----~----~------~----~------~--~---