Instalacion De PHPBB Y MYSQL 5
Publicado: 06 Sep 2006, 21:33
Buenas , quisiera instalar phpbb2 , y cuando ejecuto el script install.php pongo todos los datos , seleccionando mysql 4.x ya que no sale el 5.x para poder seleccionarlo , pongo mis datos le doi aceptar y luego me da el siguiente error :
The PHP configuration on your server doesn't support the database type that you chose
Yo uso MYSQL 5.0.24 y tengo PHP v5.1.4 .
Lei por ahi este comentario :
[quote]We have received a number of queries recently regarding whether phpBB 2.0.x will run on MySQL 5.0.x.
I'm glad to report that it will install and run, although there are some minor issues on some particular distributions of MySQL (primarily the Windows build) which may require a minor change to allow installation.
If you are already running phpBB and wish to migrate to MySQL 5, there should be no issues, providing that PHP on your server is configured to install it.
If you are performing a new install on MySQL 5, you should make the following change before you start the install.
OPEN Code:
install/schemas/mysql_schema.sql
FIND Code:
bbcode_uid char(10) NOT NULL,
REPLACE WITH Code:
bbcode_uid char(10) DEFAULT '' NOT NULL,
You should then install normally and select the MySQL 4 option from the installation script.
The phpBB Development Team[/quoteicy]
Ise lo que ahi esta dicho y nada , sigo con lo mismo . aver si alguien me puede ayudar con el problema.
Saludos.
The PHP configuration on your server doesn't support the database type that you chose
Yo uso MYSQL 5.0.24 y tengo PHP v5.1.4 .
Lei por ahi este comentario :
[quote]We have received a number of queries recently regarding whether phpBB 2.0.x will run on MySQL 5.0.x.
I'm glad to report that it will install and run, although there are some minor issues on some particular distributions of MySQL (primarily the Windows build) which may require a minor change to allow installation.
If you are already running phpBB and wish to migrate to MySQL 5, there should be no issues, providing that PHP on your server is configured to install it.
If you are performing a new install on MySQL 5, you should make the following change before you start the install.
OPEN Code:
install/schemas/mysql_schema.sql
FIND Code:
bbcode_uid char(10) NOT NULL,
REPLACE WITH Code:
bbcode_uid char(10) DEFAULT '' NOT NULL,
You should then install normally and select the MySQL 4 option from the installation script.
The phpBB Development Team[/quoteicy]
Ise lo que ahi esta dicho y nada , sigo con lo mismo . aver si alguien me puede ayudar con el problema.
Saludos.