- 主题:安装了mysql-5.0.18
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 59.66.77.*
linuxdev版
【 在 minone (色即是空|空即是色) 的大作中提到: 】
: shell> ./configure --prefix=/home/local/mysql
: shell> make
: shell> make install
: ...................
--
FROM 222.137.187.*
可以用命令行客户端连接上去啊
也可以用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
运行mysql能连上就好了
【 在 minone (色即是空|空即是色) 的大作中提到: 】
: shell> ./configure --prefix=/home/local/mysql
: shell> make
: shell> make install
: ...................
--
FROM 218.26.243.*
telnet localhost 3306
【 在 minone (色即是空|空即是色) 的大作中提到: 】
: shell> ./configure --prefix=/home/local/mysql
: shell> make
: shell> make install
: ...................
--
FROM 61.135.146.*