关于mysql的安装(问题2)

我下载并且安装了一个mysql数据库,请问我怎么知道我这个数据库究竟有没有建成功啊?

Taxonomy upgrade extras:

哥们,你的问题实在是比较基础,建议把文档都好好读一遍,还有"MySQL网络数据库指南"那本,本站提供下载的,地址:

http://imysql.cn/docs/MySQL_51_zh/mysql_51.html
http://imysql.cn/?q=node/76

MySQL中文网: http://imysql.cn
Google MySQL中文用户群:http://groups.google.com/group/imysql

给你的祝福,要让你招架不住!

mysql> SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| information_schema |
| asdn |
| mysql |
| test |
+--------------------+
4 rows in set (0.03 sec)

sxryman,
show databases; 我是以运行的,但我怎么一边还在运行sql server啊?我的mssql一直没关。

----------

我现在运行的还是MSSQLServer,不知道怎么转成mysql的服务器。

-----------------------
要想启动服务器,输入命令:

C:\> C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld --console
支持InnoDB的服务器启动时,你应当能看见下面的消息:

-----------------------
但我输入C:\> C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld --console
之后,看到的却是:

ERROR:
Unknown command '\m'.
ERROR:
Unknown command '\m'.
ERROR:
Unknown command '\b'.
ERROR:
Unknown command '\m'.
ERROR 1064 <42000> : You have an error in your SQL syntax;check the manual that corresponds to your MYSQL server version for the right syntax to use near 'C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld --console' at line 1
mysql>

我现在的目标是建立 mysql 的服务器。
但是,怎么建立不了呢?
点击\bin目录下的mysqladmin.exe,却没有反应。