Page 1 of 1

problem with xampp tried all the solutions

PostPosted: 17. January 2013 00:07
by devender
1 MySQL database DEACTIVATED
PHP ACTIVATED
HTTPS (SSL) ACTIVATED
Common Gateway Interface (CGI) ACTIVATED
Server Side Includes (SSI) ACTIVATED
SMTP Service DEACTIVATED
FTP Service DEACTIVATED
Tomcat Service DEACTIVATED
2 software
d:\xampp

3 my.ini
The following options will be passed to all MySQL clients
[client]
#password = root
port = 6666
socket = "MYSQL"


# Here follows entries for some specific programs

# The MySQL server
[mysqld]
port= 6666
socket = "MYSQL"
basedir = "D:/xampp/mysql"
tmpdir = "D:/xampp/tmp"
datadir = "D:/xampp/mysql/data"
pid_file = "mysql.pid"
# enable-named-pipe
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
log_error = "mysql_error.log"

# Change here for bind listening
bind-address="127.0.0.1"
# bind-address = :: # for ipv6

# Where do all the plugins live
plugin_dir = "D:/xampp/mysql/data/lib/plugin/"


4
12:40:45 AM [mysql] Status change detected: stopped
12:40:47 AM [Apache] Attempting to start Apache service...
12:40:50 AM [mysql] Attempting to start MySQL service...
12:40:51 AM [Apache] Status change detected: running
12:40:52 AM [mysql] Attempting to start MySQL service...
12:40:52 AM [mysql] Status change detected: running
12:42:41 AM [mysql] Attempting to stop MySQL service...
12:42:42 AM [mysql] Status change detected: stopped
12:42:42 AM [Apache] Attempting to stop Apache service...
12:42:45 AM [Apache] Status change detected: stopped
12:44:23 AM [Apache] Attempting to start Apache service...
12:44:26 AM [mysql] Attempting to start MySQL service...
12:44:27 AM [Apache] Status change detected: running
12:44:28 AM [mysql] Status change detected: running


5 localhost:90/security/index.php
MYSQL SECTION: "ROOT" PASSWORD

MySQL SuperUser: root

The MySQL server is not running or is blocked by a firewall! Please check this problem first ...



6 http://localhost:90/phpmyadmin/

Cookies must be enabled past this point. and # 2002 Cannot log in to the MySQL server


help me out

thank you

Re: problem with xampp tried all the solutions

PostPosted: 18. January 2013 00:46
by JonB
A. have you tried your configuration without changing the default MySQL port?

B. I suspect you need a change in config.inc.php to tell phpmyadmin what port you are using.

http://wiki.phpmyadmin.net/pma/Confight ... pma/Config
Good luck
:)