Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: PHPMyadmin Installation issues |
|
Author |
|
Sud
Joined: 30 Oct 2012 Posts: 1 Location: delhi
|
Posted: Wed 31 Oct '12 15:35 Post subject: PHPMyadmin Installation issues |
|
|
Hi, I recently installed PhpMyadmin on my machine.
Initially i was unable to access the localhost/phpmyadmin interface as it said that the Mysql server refused connections
Then I made the following change in my.ini file :
Quote: | # The following options will be passed to all MySQL clients
[client]
#user = "root"
#password = "sud"
host = .
port = 3307
socket = "MySQL"
# Here follows entries for some specific programs
# The MySQL server
[mysqld]
basedir = "C:/Users/SUDHANSHU/server/xampp/mysql/"
datadir = "C:/Users/SUDHANSHU/server/xampp/mysql/data/"
port = 3306
socket = "MySQL"
skip-locking
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 |
That is basically set the server and client onto different ports and thus, was able to access the site.
Can someone please explain what xactly happened here and how come the site is working when the above 2 ports are set differently and not working if they are same??
Thanks! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 31 Oct '12 15:43 Post subject: |
|
|
Did you edit your config.inc.php in your phpmyadmin folder? |
|
Back to top |
|
FiShBuRn
Joined: 24 Jul 2009 Posts: 4
|
Posted: Tue 04 Dec '12 21:39 Post subject: |
|
|
Sorry for stealing this thread but my phpmyadmin is working fine but when i want to change a user password nothing happens "Processing Request" and nothing more...password not changed ofcourse, any hint?
Thanks in advance |
|
Back to top |
|
|
|
|
|
|