Xampp - Apache and Mysql both open and Immediately shut down. can anyone help
/*AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
/*Below is advice that has been offered. My ?s are in ( ) */
Open file \xampp\apache\conf\httpd.conf. Somewhere in the LoadModule area add the following line(s?): (Include "code:"?) Code: Select all LoadModule socache_shmcb_module modules/mod_socache_shmcb.sosave the file. open file \xampp\apache\conf\extra\httpd-ssl.conf
~ line 70 add the line(s?): (Include “code:”?)
Code: Select all
SSLSessionCache “shmcb:logs/ssl_scache(512000)”
save the file. restart Apache===========================httpd=====================
#LoadModule vhost_alias_module modules/mod_vhost_alias.so ####################################################### #Select all LoadModule socache_shmcb_module #modules/mod_socache_shmcb.so ###################################################### <IfModule !mpm_netware_module>
==========these are the changes made in the my.ini folder======[code][client]
password = guess
port = 3306
socket = “C:/xampp/mysql/mysql.sock”CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306, MASTER_USER='itsme', MASTER_PASSWORD='guess';
The replication master for this slave - required
master-host = 125.564.12.1
The username the slave will use for authentication when connecting
to the master - required
master-user = itsme
The password the slave will authenticate with when connecting to
the master - required
master-password = guess
The port
**this is the mysql error log
[Note] Plugin ‘FEDERATED’ is disabled.
130517 11:20:08 InnoDB: The InnoDB memory heap is disabled
130517 11:20:08 InnoDB: Mutexes and rw_locks use Windows interlocked functions
130517 11:20:08 InnoDB: Compressed tables use zlib 1.2.3
130517 11:20:08 InnoDB: Initializing buffer pool, size = 16.0M
130517 11:20:08 InnoDB: Completed initialization of buffer pool
130517 11:20:08 InnoDB: highest supported file format is Barracuda.
130517 11:20:09 InnoDB: Waiting for the background threads to start
130517 11:20:10 InnoDB: 1.1.8 started; log sequence number 1595675
130517 11:20:10 [ERROR] c:\xampp\mysql\bin\mysqld.exe: unknown variable ‘set-variable=lower_case_table_names=0’
130517 11:20:10 [ERROR] Aborting130517 11:20:10 InnoDB: Starting shutdown…
130517 11:20:10 InnoDB: Shutdown completed; log sequence number 1595675
130517 11:20:10 [Note] c:\xampp\mysql\bin\mysqld.exe: Shutdown complete
[/code]