phpBB no encuentra mysql antes de la instalación
Frecuentes
Visto 1,092 veces
0
I 'm trying to install phpBB 3. I have already set up my webserver and MySQL and tested them. But in the Database configuration of phpBB there is no MySQL as Database type. I can see only MS SQL Server. It is like I have not MySQL installed. Why is this happening? Can someone help please?
1 Respuestas
2
verify with
phpinfo();
that MySQL extension is loaded , server is up and running.
Rebuilding config file
Try following this basic guide http://www.phpbb.com/community/docs/INSTALL.html#quickinstall
are you usng any other webserver other than Apache??
Respondido el 12 de junio de 12 a las 15:06
Thanks. I ll try this. It is up and running, I checked this! - Olga Anastasiadou
The config.php that downloaded with phpBB is empty! There is nothing to change! Any idea? - Olga Anastasiadou
leer el Archivo de configuración section into the guide, the config file for phpbb3 is generated when you install it. - Gntem
But this is my problem. I want to install it with MySql but I can't. There is no MySql option in Database Configuration through the installation. - Olga Anastasiadou
I 'm using Apache webserver and with phpinfo I verified that mysql exists. Thanks for your time, but I quit trying this cause I didn't find a solution. I can't figure it out. As for rebuilding config.php I think that there is no point, cause it is not even configured once. phpBB is not installed. Again, thanks for your help. - Olga Anastasiadou
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas php phpbb phpbb3 or haz tu propia pregunta.
Does PHP show MySQL support in
phpinfo()
? - DaveRandom