
Yes çà fonctionne !!
Voici ma démarche:
en gras les commandes effectuées.
J'ai "coupé" les longues listes d'actions ..
[uccjokk@localhost ~]$
su
Mot de passe :
[root@localhost]#
urpmi task-lamp
**************************
un espace additionnel de 55Mo sera utilisé.
14Mo de paquets seront récupérés.
Procéder à l'installation des 103 paquetages ? (O/n)
o valider par OK
*************************
................
installation de perl-Mail-Sendmail-0.791_600-5-rosa2012.1.noarch.rpm libmcrypt-2.5.8-16-rosa2012.1.x86_64.rpm lib64mcrypt4-2.5.8-16-rosa2012.1.x86_64.rpm lib64apr1-1.4.6-1-rosa2012.1.x86_64.rpm lib64c-client0-2007f-2-rosa2012.1.x86_64.rpm t1lib-config-5.1.2-14-rosa2012.1.x86_64.rpm lib64t1lib5-5.1.2-14-rosa2012.1.x86_64.rpm proftpd-1.3.4a-2-rosa2012.1.x86_64.rpm depuis /var/cache/urpmi/rpms
Préparation ... #############################################
1/103: lib64t1lib5 #############################################
-------------- blablabla ..blabla ...
103/103: task-lamp #############################################
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/extensions/eaccelerator.so' - /usr/lib64/php/extensions/eaccelerator.so: undefined symbol: php_register_info_logo in Unknown on line 0
----------------------------------------------------------------------
Plus d'information sur le paquetage phpmyadmin-4.1.12-1-rosa2012.1.noarch
The actual configuration file is /etc/phpmyadmin/config.php.
The config.default.inc.php file contains default values, and is not supposed to
be modified.
-------------------------------------------------------------------
[root@localhost]#
urpmi php-mysqli absent à l'install...?
[root@localhost]#
urpmi php-zip pour dézipper une BDD.
----------------------------------------------------------------------
[root@localhost]#
httpd start
Ou activer dans MCC/Gérer les services/
+
httpd = démarrer
+ ainsi que
mysqld = démarrer
tester avec le navigateur :localhost
It works ! ...
--------------------------------------------------------------------
[root@localhost]#
mysql_secure_installation
Enter current password for root (enter for none):
taper uniquement sur OK pas de mot de passe par défaut.
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.
Set root password? [Y/n]
y
New password: -entrer un mot de passe
Re-enter new password: répéter le mot de passe
Password updated successfully!
Reloading privilege tables..
... Success!
By default, a MySQL installation has an anonymous user, allowing anyone
to log into MySQL without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n]
y
... Success!
Disallow root login remotely? [Y/n]
n
... skipping.
Remove test database and access to it? [Y/n]
y
- Dropping test database...
... Success!
- Removing privileges on test database...
... Success!
Reload privilege tables now? [Y/n]
y
... Success!
Cleaning up...
All done! If you've completed all of the above steps, your MySQL
installation should now be secure.
Thanks for using MySQL!
--------------------
Controle de la base de données
[root@localhost]#
mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9
Server version: 5.5.30 Mandriva Linux - MySQL Community Edition (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
+--------------------+
3 rows in set (0.00 sec)
mysql>
exit
Bye
[root@localhost]#
httpd restart
[root@localhost]#
service mysqld start
Starting mysqld (via systemctl): [ OK ]
[root@localhost]#
accéder a PHPmyadmin dans votre navigateur
localhost/phpmyadmin

Créer une nouvelle base de données...importer une ancienne...
et vous avez votre forum en local par exemple.
Et ce que çà donne :
Tout çà est détaillé dans les archives de mandriva, il faut juste remettre au goût du jour!
http://archive.openmandriva.org/wiki/fr ... title=LAMP
C'est plus long à lire qu'à faire ....
Content Utsji !!!
