Configuration
Configuration keys for the Solar_Sql_Adapter_Mysql
class.
host
(string) Host specification (typically 'localhost').
Default:
null
port
(string) Port number for the host name.
Default:
null
sock
(string) The Unix socket for the connection. Should not be used with host and port.
Default:
null
user
(string) Connect to the database as this username.
Default:
null
pass
(string) Password associated with the username.
Default:
null
name
(string) Database name (or file path, or TNS name).
Default:
null
profiling
(bool) Turn on query profiling?
Default:
false
cache
(dependency) The cache to use, if any, for the lists of table names, table columns, etc.
Default:
array ( 'adapter' => 'Solar_Cache_Adapter_Var', )