WampServer

Apache, PHP, MySQL on Windows 

 
  • Accueil forum
  • Retour à WampServer
  • presentation
  • Download
  • Addons
  • Formations
  • Alter Way

 
Voir le sujet: Précédent•Suivant
Aller à : Liste des Forums•Liste des messages•Nouvelle discussion•Recherche•Connexion•Imprimer la vue
Icone Wamp à l'orange
Envoyé par: ldac (---.w80-13.abo.wanadoo.fr)
Date: 19 September 2011 à 18:40

Bonjour, j'ai installé Wamp sous Windows 7 et une fois installé, l'icone WampServer est orange. Quelle manip à faire pour l'activé et qu'il devienne vert
Merci.

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 19 September 2011 à 19:20

Vérifications à effectuer.

- 01 - Avez-vous TOTALEMENT désinstallé Wamp5 (Si il était installé), avant d'installer Wampserver 2 ?
- 02 - Avez-vous installé Wampserver en tant qu'Administrateur ?
- 03 - Avez-vous Skype d'installé et lancé ?
-- Si oui, il est impératif de changer, dans les Options de Skype l'utilisation du port 80 ou 443 par un autre port
- 04 - Quel(s) service(s) n'est(sont) pas Démarré ?
-- Pour vérifier, Démarrer, Exécuter, taper services.msc et vérifier l'état des services wampapache et wampmysqld
- 05 - Vérifier, toujours avec services.msc qu'il n'y a pas des services Apache ou MySQL autres QUE wampapache et wampmysqld (1)
- 06 - Y a t'il d'autre fichiers "php.ini" que ceux contenu dans l'arborescence de wamp ? Si oui, il faut les supprimer.
- 07 - Y a t'il d'autre fichiers my.ini que ceux contenu dans l'arborescence de wamp ? Si oui, il faut les supprimer.
- 08 - Avez-vous IIS d'installé ?
Panneau de configuration, Programmes et fonctionnalités, Activer ou désactiver des fonctions Windows
Décocher :
-- Instance principale Web des services Internet (IIS)
-- Toute la branche : Services Internet (IIS)
- 09 - Dans le fichier "Windows\System32\drivers\etc\hosts" la SEULE ligne active c'est-à-dire ne commençant par # DOIT ÊTRE
127.0.0.1 localhost
- 10 - Toute autre installation d'un serveur (EasyPHP, XAMPP ou autre) est incompatible avec Wampserver
- 11 - Y-a-t'il des ERREURS dans les fichier de log mysql ou Apache ? (Les fichiers de logs sont dans wamp/logs/)

(1) Pour supprimer un service :
Démarrer, Exécuter, Tapez : "SC DELETE <nom du service>"

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: ldac (---.w80-13.abo.wanadoo.fr)
Date: 19 September 2011 à 19:44

Merci pour toutes ces informations, et effectivement , j'ai skype sur le PC. J'ai fermé ce programme et depuis l'icone Wampserver est passé au vert.
Encore merci

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: patrytorto (---.fbx.proxad.net)
Date: 02 October 2011 à 16:26

Bonjour a tous
moi aussi problème avec icone orange ,je effectué tout les étapes écrite par Otomatic

voila dans les ficher MYsQL log ce que obtiens.


111002 16:04:11 [Note]
111002 16:17:14 [Note] Plugin 'FEDERATED' is disabled.
111002 16:17:14 [Note] Plugin 'InnoDB' is disabled.
111002 16:17:14 [ERROR] wampmysqld: unknown variable 'default-character-set=latin1'
111002 16:17:14 [ERROR] Aborting

Vous pouvez m'aider?
merci a tous
Première installation de wamp novice en informatique

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 02 October 2011 à 17:21

Bonjour,

Quittez Wampserver.

Dans le fichier wamp/bib/mysql/mysql5.5.16/my.ini vous commentez (# en début de ligne) ou mieux, vous supprimez la ligne default-character-set=latin1

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: patrytorto (---.fbx.proxad.net)
Date: 03 October 2011 à 15:59

merci pour votre réponse,main dans mon fichier my.ini je pas la ligne "default-character-set=latin1"
voila ce que il y a dans le fichier
merci pour votre aide



# The MySQL server
[wampmysqld]
port = 3306
socket = /tmp/mysql.sock
key_buffer = 16M
max_allowed_packet = 1M
table_cache = 64
sort_buffer_size = 512K
net_buffer_length = 8K
read_buffer_size = 256K
read_rnd_buffer_size = 512K
myisam_sort_buffer_size = 8M
basedir=c:/wamp/bin/mysql/mysql5.5.16
log-error=c:/wamp/logs/mysql.log
datadir=c:/wamp/bin/mysql/mysql5.5.16/data

# Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes.
# Note that using this option without enabling named pipes on Windows
# (via the "enable-named-pipe" option) will render mysqld useless!
#
#skip-networking

# Disable Federated by default
skip-federated

# Replication Master Server (default)
# binary logging is required for replication
log-bin=mysql-bin

# binary logging format - mixed recommended
binlog_format=mixed

# required unique id between 1 and 2^32 - 1
# defaults to 1 if master-host is not set
# but will not function as a master if omitted
server-id = 1

# Replication Slave (comment out master section to use this)
#
# To configure this host as a replication slave, you can choose between
# two methods :
#
# 1) Use the CHANGE MASTER TO command (fully described in our manual) -
# the syntax is:
#
# CHANGE MASTER TO MASTER_HOST=<host>, MASTER_PORT=<port>,
# MASTER_USER=<user>, MASTER_PASSWORD=<password> ;
#
# where you replace <host>, <user>, <password> by quoted strings and
# <port> by the master's port number (3306 by default).
#
# Example:
#
# CHANGE MASTER TO MASTER_HOST='125.564.12.1', MASTER_PORT=3306,
# MASTER_USER='joe', MASTER_PASSWORD='secret';
#
# OR
#
# 2) Set the variables below. However, in case you choose this method, then
# start replication for the first time (even unsuccessfully, for example
# if you mistyped the password in master-password and the slave fails to
# connect), the slave will create a master.info file, and any later
# change in this file to the variables' values below will be ignored and
# overridden by the content of the master.info file, unless you shutdown
# the slave server, delete master.info and restart the slaver server.
# For that reason, you may want to leave the lines below untouched
# (commented) and instead use CHANGE MASTER TO (see above)
#
# required unique id between 2 and 2^32 - 1
# (and different from the master)
# defaults to 2 if master-host is set
# but will not function as a slave if omitted
#server-id = 2
#
# The replication master for this slave - required
#master-host = <hostname>
#
# The username the slave will use for authentication when connecting
# to the master - required
#master-user = <username>
#
# The password the slave will authenticate with when connecting to
# the master - required
#master-password = <password>
#
# The port the master is listening on.
# optional - defaults to 3306
#master-port = <port>
#
# binary logging - not required for slaves, but recommended
#log-bin=mysql-bin

# Point the following paths to different dedicated disks
#tmpdir = /tmp/
#log-update = /path-to-dedicated-directory/hostname

# Uncomment the following if you are using InnoDB tables
#innodb_data_home_dir = C:\mysql\data/
#innodb_data_file_path = ibdata1:10M:autoextend
#innodb_log_group_home_dir = C:\mysql\data/
#innodb_log_arch_dir = C:\mysql\data/
# You can set .._buffer_pool_size up to 50 - 80 %
# of RAM but beware of setting memory usage too high
#innodb_buffer_pool_size = 16M
#innodb_additional_mem_pool_size = 2M
# Set .._log_file_size to 25 % of buffer pool size
#innodb_log_file_size = 5M
#innodb_log_buffer_size = 8M
#innodb_flush_log_at_trx_commit = 1
#innodb_lock_wait_timeout = 50

[mysqldump]
quick
max_allowed_packet = 16M

[mysql]
no-auto-rehash
# Remove the next comment character if you are not familiar with SQL
#safe-updates

[isamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[myisamchk]
key_buffer = 20M
sort_buffer_size = 20M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

[mysqld]
port=3306

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: Otomatic (---.fbx.proxad.net)
Date: 03 October 2011 à 17:20

Bonjour,

Vous avez un fichier my.ini autre part que dans wamp/bin/mysql/mysql5.5.16/my.ini (Point 7 des vérifications)

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: patrytorto (---.fbx.proxad.net)
Date: 04 October 2011 à 20:59

Merci pour votre reponse
mais je trouve pas d'autre fichiers
je fait une recherche avec : démarrer/recherche de fichiers et dossier mais il trouve seulment un fichier my.ini

il y a un autre façon de rechercher des fichiers sur l'ordinateur plus puissante? ou un programme
merci

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: bagu (---.bagu.biz)
Date: 04 October 2011 à 21:28

Démarrer -> executer (ou taper directement sous vista et 7) -> cmd
Appuyez sur entrée
Une fenêtre noire s'ouvre
A la suite tapez : cd \
Validez
puis tapez : dir my.ini /s

------------------------------------------------------------------------------------------------------------
Apache 2.4.7 vc11 64bits - PHP 5.5.7 vc11 32bits - MariaDB 10.0.6 - PhPMyAdmin 4.1.0

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: patrytorto (---.fbx.proxad.net)
Date: 04 October 2011 à 22:20

Ok merci trouve un autre fichier my.ini,il se caché dans c/windows

merci a tous maintainant icone vert mais impossible de me connecter [localhost]

message error 403 Forbidden

You don't have permission to access /phpmyadmin/ on this server.
maintenant je vais chercher sur le forum pourquoi fait ça
merci encore et si vous avez solution pour dernier problème ,merci

Options: Répondre•Citer ce Message
Re: Icone Wamp à l'orange
Envoyé par: bagu (---.bagu.biz)
Date: 05 October 2011 à 11:39

Inspirez-vous de ce post : [forum.wampserver.com]
Il y a peut être une action similaire à faire dans le fichier de l'alias de phpmyadmin.

------------------------------------------------------------------------------------------------------------
Apache 2.4.7 vc11 64bits - PHP 5.5.7 vc11 32bits - MariaDB 10.0.6 - PhPMyAdmin 4.1.0

Options: Répondre•Citer ce Message


Aller à : Liste des Forums•Liste des messages•Recherche•Connexion
Désolé, seuls les utilisateurs connectés peuvent envoyer des messages dans ce forum.
Cliquer ici pour se connecter

design by jidePowered by Alter Way get firefoxget PHP