[root@node6 mysql-5.1.73]
Installing MySQL system tables...
140104 16:18:43 [Warning]
'--default-character-set'
is deprecated and will be removed ina future release. Please use
'--character-set-server'
instead.
140104 16:18:43 [Warning]
'--skip-locking'
is deprecated and will be removed ina future release. Please use
'--skip-external-locking'
instead.
OK
Filling help tables...
140104 16:18:43 [Warning]
'--default-character-set'
is deprecated and will be removed ina future release. Please use
'--character-set-server'
instead.
140104 16:18:43 [Warning]
'--skip-locking'
is deprecated and will be removed ina future release. Please use
'--skip-external-locking'
instead.
OK
To start mysqld at boot timeyou have to copy
support-files
/mysql
.server to the right place foryour system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To doso, start the server, thenissue the following commands:
/usr/local/mysql//bin/mysqladmin-u
root password
'new-password'
/usr/local/mysql//bin/mysqladmin-u
root -h node6.
test
.com password
'new-password'
Alternatively you can run:
/usr/local/mysql//bin/mysql_secure_installation
whichwill also give you the option of removing the
test
databases and anonymous user created by default. This is
strongly recommended forproduction servers.
See the manual formoreinstructions.
You can start the MySQL daemon with:
cd
/usr/local/mysql/
;
/usr/local/mysql//bin/mysqld_safe
&
You can testthe MySQL daemon with mysql-
test
-run.pl
cd
/usr/local/mysql//mysql-test
; perl mysql-
test
-run.pl
Please report any problems with the
/usr/local/mysql//scripts/mysqlbugscript
!