October 11, 2007 at 4:00 pm
· Filed under Windows
- Download the zip file from here.
- Unzip it to your d: drive. Here’s what you should get after unzipping: d:\mysql-noinstall-5.0.45-win32. Rename this folder to mysql5045. (d:\mysql5045)
- Open folder d:\mysql5045. Copy my-small.ini and rename the copied file to my.ini. Open my.ini using notepad. Under line “[mysqld]“, enter the following lines:basedir=D:/mysql5045
datadir=D:/mysql5045/data
- Run your command prompt as administrator. And enter folder d:\mysql5045\bin
- Type mysqld-nt.exe –install mysql5045 –defaults-file=d:\mysql5045\my.ini
- Type net start mysql5045 in command line. If you see the following, mysql 5045 is installed and running!The mysql5045 service is starting.
The mysql5045 service was started successfully.
- IMPORTANT! type mysqladmin -u root password “your-new-password”, to set a password for your root account. The default install will leave no password required for your root account.
Permalink
August 7, 2007 at 12:28 pm
· Filed under Uncategorized, Windows
If you find you self in a situation that an aspx page cannot be accessed from IIS 7 on Windows Vista, read this.
go to Control Panel –> Program –> Turn Windows Features on or off
then expand Internet Information Services –> World Wide Web Services –> Application Development Features
Last, just check what features you need: ASP, ASP.NET, CGI, ISPI and etc.

Permalink
August 2, 2007 at 12:28 pm
· Filed under Windows
Here’s a list of most common shortcut keys(hot keys) used on Windows OS or in Windows applications. I use those to improve productivity. And you can image that when my colleges see I do something without using the mouse they ask, how did you do that? Well, these shortcut keys are not secret. You can find it in Windows help or documentations.
Note: WIN is the windows key, the one with a Windows logo.
- WIN + E, open windows explorer.
- Ctrl + C, copy selected file(s).
- Ctrl + X, cutselected file(s) .
- Ctrl + A, select all files.
- Ctrl + V, paste selected file(s) in place.
- Ctrl + Shift + ESC
- WIN + D, show desktop
- WIN + R, show run dialog
- WIN + L, lock computer
- WIN + tab, show 3D windows list (in Windows Vista and theme enabled)
Permalink