Bonjour,
J'ai envie d'installer un serveur Web sur Linux mais j'avoue que mes connaissances sont globalement très limités.
J'explique ma démarche :
- J'ai tout d'abbord installé la version RedHat 9.0 de Linux.
Il me semble pour que pour un serveur Web (Php), je dois installer tomcat et mysql.
Je télécharge donc une version 5.0 de mysql sur :
http://dev.mysql.com/downloads/mysql/5.0.html
mais j'avoue qu'il y avait tellement de choix en fonction des plateforme de dev que j'ai plus ou moins pris un lien au hasard :
j'ai télécharger dans la rubrique "Linux (non RPM package) downloads" le "Linux (x86, glibc-2.2, "standard" is static, gcc)" en standart.
- Bim je l'ai mis dans le repertoire /usr/local/
Ensuite j'applique une procédure que j'ai trouvé sur internet :
* tar zxvf mysql-standart-5.0.22-linux-i686.tar.gz (si j'ai bien compris je décompresse le fichier mais je ne sais pas ce que veut dire zxvf).
* cd mysql-standart-5.0.22-linux-i686 (bon la j'ai compris)
* ./configure -prefix=/usr/local/mysql (la je ne sais pas trop à quoi ça sert)
bref j'ai le message :
[[root@localhost mysql-standard-5.0.22-linux-i686]# ./configure -prefix=/usr/local/mysql
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
Fill help tables
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.
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 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-standard-5.0.22-linux-i686]# chown: `mysql': invalid user
Starting mysqld daemon with databases from /usr/local/mysql-standard-5.0.22-linux-i686/data
STOPPING server from pid file /usr/local/mysql-standard-5.0.22-linux-i686/data/localhost.localdomain.pid
060713 12:12:31 mysqld ended
]
J'avoue ne sais pas trop ce qu'il manigance, je fais comme si il ne c'étais rien passé.
* Je tappe "make" (je pense que cette fonction sert a compiler mais quoi ?)
et la j'ai un message d'erreur
Je pense que je dois vous impressionner avec mes talents de linux. Mais j'ai vraiment besoin d'aide pour démarer.
Un grand merci d'avance,
FX
Partager