in reply to Re^2: connect_with_option_file
in thread connect_with_option_file
(update: and if that doesn't work, be sure to check permissions along every step of that path; it needs to be readable by both the web server and the mysql daemon (which typically runs with username "mysql"), so rwxr-xr-x on each directory in the path, and rw-r--r-- on the config file itself.)$dsn .= ";mysql_read_default_file=/home/gmacfadd/public_html/cgi-bin/d +ubois/.my.cnf";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: connect_with_option_file
by gmacfadden (Sexton) on Jul 28, 2005 at 00:59 UTC |