How to make sure of MySQL installation

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>mysql -u root -p
‘mysql’ is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\MySQL\MySQL Server 5.0\bin>mysqlshow
mysqlshow: Can’t connect to MySQL server on ‘localhost’ (10061)

C:\Program Files\MySQL\MySQL Server 5.0\bin>mysql -u root -p
Enter password: **********
ERROR 2003 (HY000): Can’t connect to MySQL server on ‘localhost’ (10061)

Posted: July 23, 2007 Comments (0)

Installing PHP in IIS Server

Today, I finally give up use of EasyPHP beta version due to unknown confliction, and attempt to install PHP 5.2.3 individually to run on IIS Server, and see how it goes…

  1. Just download package from PHP site and install under C: program files
  2. Along the installation procedure, I have chosen "IIS ISAPI" on the "Web Server Setup", and the rest of selection related to IIS was "IIS CGI" among the other Apaches and so on.
  3. However, MySQL installed a while ago is not accepting root password which has been specified, so I have been installing the same thing again, and it ended up causing web server to have broke down.
Posted: Comments (0)

Definition of CSS spec used in modified skin

gumax_link_navigation.css

  • – web site link and navigation style
  • Header
  • – login Tools
  • – navgation menu style
    Navigation bar on the top, can change text and background color
  • Main content
  • —- Navigation
  • —- new link style
  • —- internal and external link style
  • —- internal link navigation style
  • —- external link navigation style
  • —- internal and external active link style
  • Navigation
  • Footer
  • – content Actions
    Links on the footer, can change text and background color
  • – personal Tools
  • – gumax-footer
  • Table pager
  • The end

gumax_template.css

  • Basic Structure
  • – Setting for the Website: font style, font size
  • —- content width, excluding shadow
  • —- main content style
    Lines drawn round content at the sides
  • —- content actions
    footer background color

gumax_main.css

  • web site link and navigation style
    – Your customization: un-comment lines according to your needs
  • header size
  • page size
  • The end
Posted: Comments (0)

Issues that lies ahead

  1. Determine of category items. Lay down the current conceivable item names sorted by parent category and child category as in hierarchical structure with the best of current status
  2. Post the whole manuscripts that has been pent-up. Let out the whole accumulated five hundred or more terms from Microsoft Word files into live website

Achievements and Problems as of Today

  1. Mediawiki has been set in our web server. Program is prepared by treating Mediawiki running on Apache with PHP and MySQL. Some of manuscripts collected on a half way are already posted, yet please proofread them properly
  2. One of a significant function to display media file such as movie file, model file, etc is still not  enabled yet. I will update you all shortly, but please mark it obviously somewhere in an article if you got anything including certain file format such as DXF and AVI.
Posted: Comments (0)