logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: PHPMyadmin Installation issues
Author
Sud



Joined: 30 Oct 2012
Posts: 1
Location: delhi

PostPosted: Wed 31 Oct '12 15:35    Post subject: PHPMyadmin Installation issues Reply with quote

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

PostPosted: Wed 31 Oct '12 15:43    Post subject: Reply with quote

Did you edit your config.inc.php in your phpmyadmin folder?
Back to top
FiShBuRn



Joined: 24 Jul 2009
Posts: 4

PostPosted: Tue 04 Dec '12 21:39    Post subject: Reply with quote

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


Reply to topic   Topic: PHPMyadmin Installation issues View previous topic :: View next topic
Post new topic   Forum Index -> Other Software