LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 698|回复: 2

MySQL install problem!!!!

[复制链接]
发表于 2003-8-10 16:13:56 | 显示全部楼层 |阅读模式
shell>groupadd mysql
shell>useradd -g mysql -d /usr/local/mysql mysql
shell>./configure --prefix=/usr/local/mysql
shell>make
shell>make install
shell>/usr/local/mysql/bin/mysql_install_db
Installing all prepared tables
030810 16:11:29  /usr/local/mysql/libexec/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 !
This is done with:
/usr/local/mysql/bin/mysqladmin -u root password 'new-password'
/usr/local/mysql/bin/mysqladmin -u root -h MaDa password 'new-password'
See the manual for more instructions.

NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run
the /usr/local/mysql/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 /usr/local/mysql ; /usr/local/mysql/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 /usr/local/mysql/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

shell>cd /usr/local/mysql
shell>./mysql
ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
**************************************
help!!!!!!!!!!!!!!
 楼主| 发表于 2003-8-10 16:18:55 | 显示全部楼层

and

[root@MaDa mysql]# ./mysql.server start
[root@MaDa mysql]# Starting mysqld daemon with databases from /var/lib/mysql
030810 16:24:40  mysqld ended
 楼主| 发表于 2003-8-12 10:49:45 | 显示全部楼层

why?

[root@MaDa mysql-test]# ./mysql-test-run
Installing Test Databases
Removing Stale Files
Installing Master Databases
running  ../bin/mysqld --no-defaults --bootstrap --skip-grant-tables     --basedir=.. --datadir=mysql-test/var/master-data --skip-innodb --skip-bdb
030812  5:45:06  ../bin/mysqld: Shutdown Complete

Installing Slave Databases
running  ../bin/mysqld --no-defaults --bootstrap --skip-grant-tables     --basedir=.. --datadir=mysql-test/var/slave-data --skip-innodb --skip-bdb
030812  5:45:06  ../bin/mysqld: Shutdown Complete

Manager disabled, skipping manager start.
Loading Standard Test Databases
Starting Tests

TEST                           RESULT
------------------------------------------
alias                          [ pass ]
alter_table                    [ pass ]
analyse                        [ pass ]
ansi                           [ pass ]
auto_increment                 [ pass ]
backup                         [ pass ]
bdb-alter-table-1              [ skipped ]
bdb-alter-table-2              [ skipped ]
bdb-crash                      [ skipped ]
bdb-deadlock                   [ skipped ]
bdb                            [ skipped ]
bdb_cache                      [ skipped ]
bench_count_distinct           [ pass ]
bigint                         [ pass ]
binary                         [ pass ]
bool                           [ pass ]
bulk_replace                   [ pass ]
case                           [ pass ]
cast                           [ pass ]
check                          [ pass ]
comments                       [ pass ]
compare                        [ pass ]
constraints                    [ pass ]
convert                        [ pass ]
count_distinct                 [ pass ]
count_distinct2                [ pass ]
create                         [ pass ]
ctype_cp1251                   [ pass ]
ctype_latin1_de                [ pass ]
ctype_ujis                     [ pass ]
delayed                        [ pass ]
delete                         [ pass ]
dirty_close                    [ pass ]
distinct                       [ pass ]
drop                           [ pass ]
empty_table                    [ pass ]
errors                         [ pass ]
explain                        [ pass ]
flush                          [ pass ]
flush_table                    [ pass ]
foreign_key                    [ pass ]
fulltext                       [ pass ]
fulltext_cache                 [ pass ]
fulltext_distinct              [ pass ]
fulltext_left_join             [ pass ]
fulltext_multi                 [ pass ]
fulltext_order_by              [ pass ]
fulltext_update                [ pass ]
fulltext_var                   [ pass ]
func_concat                    [ pass ]
func_crypt                     [ pass ]
func_date_add                  [ pass ]
func_encrypt                   [ skipped ]
func_equal                     [ pass ]
func_group                     [ pass ]
func_if                        [ pass ]
func_in                        [ pass ]
func_isnull                    [ pass ]
func_like                      [ pass ]
func_math                      [ pass ]
func_misc                      [ pass ]
func_op                        [ pass ]
func_regexp                    [ pass ]
func_set                       [ pass ]
func_str                       [ pass ]
func_system                    [ pass ]
func_test                      [ pass ]
func_time                      [ pass ]
func_timestamp                 [ pass ]
gcc296                         [ pass ]
grant                          [ pass ]
grant_cache                    [ pass ]
group_by                       [ pass ]
handler                        [ pass ]
having                         [ pass ]
heap                           [ pass ]
innodb-deadlock                [ pass ]
innodb                         [ pass ]
innodb_cache                   [ pass ]
innodb_handler                 [ pass ]
ins000001                      [ pass ]
insert                         [ pass ]
insert_select                  [ pass ]
isam                           [ pass ]
join                           [ pass ]
join_crash                     [ pass ]
join_outer                     [ pass ]
key                            [ pass ]
key_diff                       [ pass ]
key_primary                    [ pass ]
keywords                       [ pass ]
kill                           [ pass ]
limit                          [ pass ]
loaddata                       [ pass ]
lock                           [ pass ]
lock_multi                     [ pass ]
lock_tables_lost_commit        [ pass ]
lowercase_table                [ pass ]
merge                          [ pass ]
multi_update                   [ pass ]
myisam                         [ pass ]
null                           [ pass ]
null_key                       [ pass ]
odbc                           [ pass ]
olap                           [ pass ]
openssl_1                      [ skipped ]
openssl_2                      [ skipped ]
order_by                       [ pass ]
order_fill_sortbuf             [ pass ]
outfile                        [ pass ]
overflow                       [ pass ]
packet                         [ pass ]
query_cache                    [ pass ]
raid                           [ skipped ]
range                          [ pass ]
rename                         [ pass ]
repair                         [ pass ]
repair_part2                   [ pass ]
replace                        [ pass ]
rollback                       [ pass ]
rpl000001                      [ pass ]
rpl000002                      [ pass ]
rpl000003                      [ pass ]
rpl000004                      [ pass ]
rpl000005                      [ pass ]
rpl000006                      [ pass ]
rpl000008                      [ pass ]
rpl000009                      [ pass ]
rpl000010                      [ pass ]
rpl000011                      [ pass ]
rpl000012                      [ pass ]
rpl000013                      [ pass ]
rpl000015                      [ pass ]
rpl000017                      [ pass ]
rpl000018                      [ skipped ]
rpl_alter                      [ pass ]
rpl_empty_master_crash         [ pass ]
rpl_error_ignored_table        [ pass ]
rpl_failsafe                   [ skipped ]
rpl_flush_log_loop             [ pass ]
rpl_get_lock                   [ pass ]
rpl_insert_id                  [ pass ]
rpl_loaddata                   [ pass ]
rpl_loaddatalocal              [ pass ]
rpl_log                        [ pass ]
rpl_log_pos                    [ pass ]
rpl_master_pos_wait            [ pass ]
rpl_max_relay_size             [ pass ]
rpl_mystery22                  [ pass ]
rpl_redirect                   [ pass ]
rpl_relayspace                 [ pass ]
rpl_replicate_do               [ pass ]
rpl_rotate_logs                [ pass ]
rpl_skip_error                 [ pass ]
rpl_sporadic_master            [ pass ]
sel000001                      [ pass ]
sel000002                      [ pass ]
sel000003                      [ pass ]
sel000031                      [ pass ]
sel000032                      [ pass ]
sel000033                      [ pass ]
sel000100                      [ pass ]
select                         [ pass ]
select_found                   [ pass ]
select_safe                    [ pass ]
show_check                     [ pass ]
status                         [ pass ]
symlink                        [ pass ]
tablelock                      [ pass ]
temp_table                     [ pass ]
timezone                       [ pass ]
truncate                       [ pass ]
type_blob                      [ pass ]
type_date                      [ pass ]
type_datetime                  [ pass ]
type_decimal                   [ pass ]
type_enum                      [ pass ]
type_float                     [ pass ]
type_ranges                    [ pass ]
type_set                       [ pass ]
type_time                      [ pass ]
type_timestamp                 [ pass ]
type_uint                      [ pass ]
type_year                      [ pass ]
union                          [ pass ]
update                         [ pass ]
user_var                       [ pass ]
varbinary                      [ pass ]
variables                      [ pass ]
warnings                       [ pass ]
------------------------------------------

Ending Tests
Shutting-down MySQL daemon

Master shutdown finished
Slave shutdown finished
All 178 tests were successful.

[root@MaDa mysql-test]#
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表