Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > MySQL
|
MySQL General discussion about the MySQL database.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the MySQL section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 18th, 2013, 11:57 AM
Authorized User
 
Join Date: Apr 2013
Posts: 16
Thanks: 2
Thanked 0 Times in 0 Posts
Default trouble with xampp

Xampp - Apache and Mysql both open and Immediately shut down. can anyone help
/*
Code:
AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
/*Below is advice that has been offered. My ?s are in ( ) */
Quote:
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.so

save 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================== ===
Code:
#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======
[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] Aborting

130517 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





Similar Threads
Thread Thread Starter Forum Replies Last Post
trying to configure xampp 1.8.0 ataloss Beginning PHP 0 May 17th, 2013 02:34 PM
XAMPP Password Problem jh3144 BOOK: PHP and MySQL 24-Hour Trainer 0 July 26th, 2012 08:41 PM
Beginning php6 in xampp aery BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 0 February 23rd, 2012 05:49 PM
How to make code work with xampp? santheep BOOK: Professional PHP Design Patterns 0 August 30th, 2010 08:11 AM
Having trouble using HttpClient with JSP in XAMPP Mateo1041 JSP Basics 0 November 7th, 2008 03:24 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.