|
发表于 2004-3-6 13:15:07
|
显示全部楼层
我是按上面说的,但是那些软件包我好象装系统时装了,因为我选的服务器安装的,
按上面的做,到论坛那一步用3.0.0Hack 版的,http://192.168.6.16/bbs/install/ ... 用,又是3.0.0 Bete 7运行时第一步让输入什么Customer Number不论我输入什么,点击Enter Install都没用,我想卸了重装高版本的试试
但是下的包是.tar.tar 的,不知道怎么解压(现在还想知道)
后来又重下载.tar.gz的,下面是问题
[root@www src]# cd mysql
[root@www mysql]# ls
bin data INSTALL-BINARY mysql-test share tests
configure docs lib README sql-bench
COPYING include man scripts support-files
[root@www mysql]# ./configure --prefix=/opt/mysql --with-chartset=gb2312 --with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile --enable-assembler --disable-shared --with-client-ldflags=-all-static --with-mysqld-ldflags=-all-static
NOTE: This is a MySQL binary distribution. It's ready to run, you don't
need to configure it!
To help you a bit, I am now going to create the needed MySQL databases
and start the MySQL server for you. If you run into any trouble, please
consult the MySQL manual, that you can find in the Docs directory.
Installing all prepared tables
040306 10:21:30 ./bin/mysqld: Shutdown Complete
To start mysqld at boot time you have to copy support-files/mysql.server
to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
./bin/mysqladmin -u root password 'new-password'
./bin/mysqladmin -u root -h www.travel.net password 'new-password'
See the manual for more instructions.
NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
the ./bin/mysql_fix_privilege_tables. Otherwise you will not be
able to use the new GRANT command!
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &
You can test the MySQL daemon with the benchmarks in the 'sql-bench' directory:
cd sql-bench ; perl run-all-tests
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
http://www.mysql.com
Support MySQL by buying support/licenses at https://order.mysql.com
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@www mysql]# Starting mysqld daemon with databases from /opt/src/mysql/data
040306 10:21:32 mysqld ended
还有,make 的时候,*no target and makefile found *什么之类的
我现在WINDOWS下,
可以告诉我怎么解决这些问题吗
非常感谢,搞了几天了,应酬都推了 |
|