Right, Shilpu. I'll try that. What would be the exact installer which will let me have the MySQL Server and the Query browser? I know this is the wrong forum but I am just giving it a shot. When I do Start -> All Programs -> MYSQL, I used to get only above options. I have lost the installer and the actual MySQL website has quite a lot of things. --Shreyas On Wed, Jun 2, 2010 at 4:08 AM, shiplu <shiplu.net@xxxxxxxxx> wrote: > > On Wed, Jun 2, 2010 at 5:32 AM, Shreyas <shreyasbr@xxxxxxxxx> wrote: > >> Since I have another Java app running and points to the same port 3306, >> when I tried to configure with EasyPHP, I had a conflict. >> >> How about configuring EasyPHP at a different port? In that ways, EasyPHP's >> MYSQL and my external MySQL will never have a conflicting situation. >> >> Does that make sense? >> >> --Shreyas >> >> > locate my.cnf file. Its in your mysql directory. And your mysql directory > is somewhere in wamp install directory. > Open the file with notepad/wordpad and change the port number. > Its written just like this, > port = 3306 > > Change is to > port = 3307 or whatever port you like. > > Then restart mysql. > > But remember, all you php app need to connect mysql through that 3307 port > which is not standard. > So mysql_connect() functions params should be tweaked. > > Shiplu Mokadd.im > My talks, http://talk.cmyweb.net > Follow me, http://twitter.com/shiplu > SUST Programmers, http://groups.google.com/group/p2psust > Innovation distinguishes bet ... ... (ask Steve Jobs the rest) > > -- Regards, Shreyas