Hi all,

Iá trying to install and use a MySQL binary distribution doing the folowing steps:

        Download the file mysql-standard-4.0.20-pc-linux-i686.tar.gz
       groupadd mysql
       useradd -g mysql mysql
       cd /usr/local
       gunzip < /path/to/mysql-VERSION-OS.tar.gz | tar xvf -
       ln -s full-path-to-mysql-VERSION-OS mysql
       cd mysql
       scripts/mysql_install_db
       chown -R root  .
       chown -R mysql data
       chgrp -R mysql .
       bin/mysqld_safe --user=mysql &

and gotr the following result

[EMAIL PROTECTED] local]# ln -s mysql-standard-4.0.20-pc-linux-i686 mysql [EMAIL 
PROTECTED] local]# cd mysql [EMAIL PROTECTED] mysql]# scripts/mysql_install_db 
Preparing db table Preparing host table Preparing user table Preparing func table 
Preparing tables_priv table Preparing columns_priv table Installing all prepared tables
040519 15:38:26  Warning: Asked for 196608 thread stack, but got 126976
040519 15:38:26  ./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 localhost.localdomain password 'new-password'
See the manual for more instructions.

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

[EMAIL PROTECTED] mysql]# chown -R root  .
[EMAIL PROTECTED] mysql]# chown -R mysql data [EMAIL PROTECTED] mysql]# chgrp -R mysql 
.
[EMAIL PROTECTED] mysql]# bin/mysqld_safe --user=mysql & [1] 11928 [EMAIL PROTECTED] 
mysql]# Starting mysqld daemon with databases from /var/lib/mysql
040519 15:41:10  mysqld ended


[1]+  Done                    bin/mysqld_safe --user=mysql

Can anybody help me???
--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to