可以用命令行客户端连接上去啊
也可以用phpmyadmin管理
【 在 minone@newsmth.net-SPAM.no (色即是空|空即是色) 的大作中提到: 】
: shell> ./configure --prefix=/home/local/mysql
: shell> make
: shell> make install
: shell> cp support-files/my-medium.cnf /etc/my.cnf
: shell> cd /home/local/mysql
: shell> bin/mysql_install_db
: shell> bin/mysqld_safe &
: 怎么知道mysql有没有正常运行呢?
--
FROM 202.127.16.22