佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 1082|回复: 1

mysql client ???

[复制链接]
发表于 5-8-2005 03:37 PM | 显示全部楼层 |阅读模式
點做mysql database?

mysql client 是什麼?


2.2 Now, we have to create the two tables (in MySQL) which allows us to run the chat. You can simply create these tables by running these queries from your MySQL client:

## Table structure for table `flash_chat`#DROP TABLE IF EXISTS flash_chat;CREATE TABLE flash_chat (  user_id varchar(37) NOT NULL default '0',  chat_data double NOT NULL default '0',  chat_message text NOT NULL,  KEY user_id(user_id)) TYPE=MyISAM;# --------------------------------------------------------## Table structure for table `flash_chat_useronline`#DROP TABLE IF EXISTS flash_chat_useronline;CREATE TABLE flash_chat_useronline (  user_id char(37) NOT NULL default '0',  user_name char(15) NOT NULL default '',  user_date double NOT NULL default '0',  KEY user_id(user_id)) TYPE=MyISAM;



有冇有可以可以教我點做?
回复

使用道具 举报


ADVERTISEMENT

发表于 5-8-2005 04:42 PM | 显示全部楼层
自己安装来玩吧!
初学者建议安装 IIS+PHP+MySQL+PHPMyAdmin
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 15-2-2025 10:05 PM , Processed in 0.128177 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表