Results 1 to 4 of 4
hi all, newbie here
i'm trying to install a MySQL server on my PC following some instructions in mysql manual.
but i received this messages which confuses me..
NOTE: This ...
- 06-27-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 11
MySQL installation issue
hi all, newbie here

i'm trying to install a MySQL server on my PC following some instructions in mysql manual.
but i received this messages which confuses me..
please help... and tanx in advanced...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 MySQL system tables...
OK
Filling help tables...
OK
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'
Alternatively you can run:
./bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd . ; ./bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd mysql-test ; perl mysql-test-run.pl
Please report any problems with the ./bin/mysqlbug script!
The latest information about MySQL is available on the web at
MySQL :: The world's most popular open source database
Support MySQL by buying support/licenses at http://shop.mysql.com
Starting the mysqld server. You can test that it is up and running
with the command:
./bin/mysqladmin version
[root@localhost mysql]# nohup: redirecting stderr to stdout
Starting mysqld daemon with databases from /usr/local/mysql/data
STOPPING server from pid file /usr/local/mysql/data/localhost.localdomain.pid
080627 23:13:41 mysqld ended
- 07-01-2008 #2Just Joined!
- Join Date
- Jun 2008
- Posts
- 11
can anyone at list say something...
- 07-01-2008 #3
list the steps you used to install. this is the easiest install I have ever used
MySQL for Linux
- 07-03-2008 #4Just Joined!
- Join Date
- Jun 2008
- Posts
- 11
this is most likely the same setup that i did... anyway ill try this method...
tanx for your attention... hope anyone would like to share their idea..
tanx again


Reply With Quote
