Hello,
I tried to connect to my localhost using onether port than 3306. (mysql 4.0.8). I changed the port number to 3307 in my.ini config file, using the mysqladmin program(windows). the program saved the new port number(I checked it, opening manually the my.ini file), but the script didn't want to connect to the database.
I got an error message:
Unable to connect to localhost ....
Which could be a solution for this problem? Should I use the Mysql-Front client program to change the port number?
thanks in advance!