2006-07-14から1日間の記事一覧

my.cnf/my.ini ファイル

メモリ1GBのMySQLのサンプル [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwo…

Hello World

ASP

<html> <body> <% Response.Write "Hello World" %> </body> </html>