这种问题我想还是自己看文档吧
run -> command -> mysqld or mysqld-nt ->mysqluse database yourdatabase;
select * from yourtable;

解决方案 »

  1.   

    after you install mysql,go 'install directory\bin '
    run 'winmysqladmin'
    then go DOS mode,go 'install directory\bin ',for example 
    E:\working\mysql\bin>
    run mysql
    E:\working\mysql\bin>mysql
    you will see the text below:Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 4 to server version: 4.0.18-ntType 'help;' or '\h' for help. Type '\c' to clear the buffer.
      

  2.   

    进来可以,但是用不了其它的数据库,只能用她的test数据库!
    >use mysql;
    就出错!
    好像是Access denied user "@localhost" to database mysql
    >use test;
    database changed!So, how to deal with it? please give me some help!