Welcome Guest. Please Login or Register  


You are here: Index > AMPPS > General Support > Topic : Can't access AMPPS Home



Normal Mode | Print  

Can't access AMPPS Home
dora
Group: Member
Post Group: Newbie
Posts: 8
Status:
The following portion is from my.cnf:

[mysqld]
port        = 3306
socket        = {$path}/var/mysql.sock
datadir        = /Applications/AMPPS/var
basedir        = /Applications/AMPPS/mysql
pid-file    = /Applications/AMPPS/var/mysql.pid
log-error    = {$path}/var/mysql.err

This one is from php-5.3.ini:

[MySQL]
; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
; http://php.net/mysql.allow_local_infile
mysql.allow_local_infile = On

; Allow or prevent persistent links.
; http://php.net/mysql.allow-persistent
mysql.allow_persistent = On

; If mysqlnd is used: Number of cache slots for the internal result set cache
; http://php.net/mysql.cache_size
mysql.cache_size = 2000

; Maximum number of persistent links.  -1 means no limit.
; http://php.net/mysql.max-persistent
mysql.max_persistent = -1

; Maximum number of links (persistent + non-persistent).  -1 means no limit.
; http://php.net/mysql.max-links
mysql.max_links = -1

; Default port number for mysql_connect().  If unset, mysql_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
; at MYSQL_PORT.
; http://php.net/mysql.default-port
mysql.default_port =

; Default socket name for local MySQL connects.  If empty, uses the built-in
; MySQL defaults.
; http://php.net/mysql.default-socket
mysql.default_socket = {$path}/var/mysql.sock

; Default host for mysql_connect() (doesn't apply in safe mode).
; http://php.net/mysql.default-host
mysql.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).
; http://php.net/mysql.default-user
mysql.default_user =

; Default password for mysql_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
; and reveal this password!  And of course, any users with read access to this
; file will be able to reveal the password as well.
; http://php.net/mysql.default-password
mysql.default_password =

; Maximum time (in seconds) for connect timeout. -1 means no limit
; http://php.net/mysql.connect-timeout
mysql.connect_timeout = 60

; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
; SQL-Errors will be displayed.
; http://php.net/mysql.trace-mode
mysql.trace_mode = Off

[MySQLi]

; Maximum number of persistent links.  -1 means no limit.
; http://php.net/mysqli.max-persistent
mysqli.max_persistent = -1

; Allow accessing, from PHP's perspective, local files with LOAD DATA statements
; http://php.net/mysqli.allow_local_infile
;mysqli.allow_local_infile = On

; Allow or prevent persistent links.
; http://php.net/mysqli.allow-persistent
mysqli.allow_persistent = On

; Maximum number of links.  -1 means no limit.
; http://php.net/mysqli.max-links
mysqli.max_links = -1

; If mysqlnd is used: Number of cache slots for the internal result set cache
; http://php.net/mysqli.cache_size
mysqli.cache_size = 2000

; Default port number for mysqli_connect().  If unset, mysqli_connect() will use
; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
; compile-time value defined MYSQL_PORT (in that order).  Win32 will only look
; at MYSQL_PORT.
; http://php.net/mysqli.default-port
mysqli.default_port = 3306

; Default socket name for local MySQL connects.  If empty, uses the built-in
; MySQL defaults.
; http://php.net/mysqli.default-socket
mysqli.default_socket =

; Default host for mysql_connect() (doesn't apply in safe mode).
; http://php.net/mysqli.default-host
mysqli.default_host =

; Default user for mysql_connect() (doesn't apply in safe mode).
; http://php.net/mysqli.default-user
mysqli.default_user =

; Default password for mysqli_connect() (doesn't apply in safe mode).
; Note that this is generally a *bad* idea to store passwords in this file.
; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
; and reveal this password!  And of course, any users with read access to this
; file will be able to reveal the password as well.
; http://php.net/mysqli.default-pw
mysqli.default_pw =

; Allow or prevent reconnect
mysqli.reconnect = Off

IP: --   


Threads
 KenSander   Can't access AMPPS Home (54 Replies, Read 248437 times)
    |--  ganto   I'm having the...   on May 13, 2014, 5:33 pm
    |--  ceniack   I am also...   on May 13, 2014, 7:01 pm
    |--  tidus   Hi, It seems...   on May 13, 2014, 7:03 pm
    |--  ceniack   I just tried...   on May 13, 2014, 7:20 pm
    |--  KenSander   Make sure you...   on May 13, 2014, 7:21 pm
    |--  ceniack   Did that. I...   on May 13, 2014, 7:31 pm
    |--  KenSander   Oh okay. Before...   on May 13, 2014, 7:38 pm
    |--  teama   Did that. I...   on May 14, 2014, 12:47 am
    |--  teama   Did that. I...   on May 14, 2014, 12:58 am
    |--  marcofiset   I'm having the...   on May 14, 2014, 1:18 am
    |--  joshua   Anyone solve the...   on May 14, 2014, 5:19 am
    |--  ceniack   Anyone solve the...   on May 14, 2014, 5:24 am
    |--  joshua   backup, uninstall and...   on May 14, 2014, 6:32 am
    |--  tidus   Hi, Solution is...   on May 14, 2014, 6:46 am
    |--  joshua   Hi, Solution is...   on May 14, 2014, 7:27 am
    |--  tidus   Hi, Please open...   on May 14, 2014, 7:39 am
    |--  joshua   Hi, Please open...   on May 14, 2014, 7:46 am
    |--  tidus   Hi, Issues: 1....   on May 14, 2014, 10:15 am
    |--  marcofiset   Hi, Solution is...   on May 14, 2014, 11:22 am
    |--  tidus   Hi, If your...   on May 14, 2014, 11:42 am
    |--  marcofiset   Thanks, it worked!...   on May 14, 2014, 11:45 am
    |--  shovan   Great AAMPS now...   on May 15, 2014, 9:24 am
    |--  marcofiset   I actually had...   on May 15, 2014, 12:08 pm
    |--  dora   Hi, I encountered...   on May 28, 2014, 10:15 am
    |--  tidus   Hi, I encountered...   on May 28, 2014, 10:23 am
    |--  dora    AH00173: SIGHUP received....   on May 28, 2014, 11:28 am
    |--  dora   Hi, above is...   on May 28, 2014, 11:34 am
    |--  tidus   Hi, Is mysql...   on May 28, 2014, 11:41 am
    |--  dora   The following portion...   on May 28, 2014, 11:59 am
    |--  dora   OK, so I...   on May 28, 2014, 12:27 pm
    |--  dora   I am affraid...   on May 28, 2014, 12:33 pm
    |--  arsdehnel   Dora, did you...   on May 30, 2014, 9:09 pm
    |--  dora   Hi arsdehnel, yes,...   on May 30, 2014, 10:12 pm
    |--  arsdehnel   Great, thank you....   on May 31, 2014, 12:40 am
    |--  guni810   Hello tried to...   on June 9, 2014, 3:57 pm
    |--  guni810   Also after that...   on June 9, 2014, 3:58 pm
    |--  guni810   and how can...   on June 9, 2014, 4:06 pm
    |--  tidus   Hi, You are...   on June 9, 2014, 4:18 pm
    |--  guni810   Thanks for quick...   on June 9, 2014, 4:36 pm
    |--  guni810   I'm using Windows...   on June 9, 2014, 4:47 pm
    |--  tidus   Hi, Follow this...   on June 9, 2014, 5:09 pm
    |--  guni810   Hi, thanks for...   on June 10, 2014, 1:44 am
    |--  guni810   Hi, thanks for...   on June 10, 2014, 1:47 am
    |--  arsdehnel   Hi, thanks for...   on June 10, 2014, 3:49 am
    |--  guni810   I'm sorry perhaps...   on June 10, 2014, 4:12 am
    |--  guni810   Ok, I've googled...   on June 10, 2014, 9:39 am
    |--  ketan   Hi, thanks for...   on June 10, 2014, 10:03 am
    |--  guni810   Hi, Tried it...   on June 10, 2014, 3:14 pm
    |--  ketan   Hi, Please run...   on June 11, 2014, 6:04 am
    |--  guni810   Hello, thanks very...   on June 11, 2014, 6:36 am
    |--  tidus   Hi, Please open...   on June 11, 2014, 6:52 am
    |--  guni810   Hi for some...   on June 13, 2014, 4:06 pm
    |--  sharklasers   Hi, Solution is...   on June 17, 2015, 3:24 pm
    |--  bernals   I'm having the...   on February 17, 2016, 8:19 pm

« Previous    Next »

Normal Mode | Print  



Users viewing this topic
142 guests, 0 users.


All times are GMT. The time now is May 2, 2025, 3:59 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 10  |  Page Created In:0.806