Wednesday, July 27, 2011

Find out what port MySQL is using / Change port mysql is using

Sometimes you forget the port mysql is running on.

Solution :-

1.) Open my.ini file
2.) locate [mysqld]

# The TCP/IP Port the MySQL Server will listen on
port=3306

You can change the port mysql listens to my by assigning a new value to port. After that make sure to restart mysql server.

#2002 cannot log in to the MYSQL server

I opened phpMyAdmin and tried to log into it , even though i typed in the correct username and password i got the following error message

#2002 cannot log in to the MYSQL server

I installed mysql server on port 3305. The default port that it installs to is 3306 and that is the same port phpMyAdmin would try.

Solution :-

open config.inc.php. Found under the phpMyAdmin folder
locate the following line

$cfg['Servers'][$i]['port'] = 'x';

x = port that mysql listens

Make x the value mysql is set to run on. If you cannot remember the port that it runs on then goto -> http://scriptche.blogspot.com/2011/07/find-out-what-port-mysql-is-using.html

Monday, July 25, 2011

Saturday, July 23, 2011

Linkage Properties Dialog Box in Flash CS5 Where ?

Hello Everyone. In this blog post i will show you how to access the linkage properties of a symbol item. I found out the technique on accomplishing this after spending several hours googling and reading forum postings. Anyway, finding these are tough especially if you are very new to flash development.  I hope the solution i provide to you below helps you.

Click on the symbol item on library tab and select properties
Next click on Advanced