Thank you for your help. When I try, 8888/wp-admin/install.php, I get another message: The requested URL /localhost:8888/wp-admin/install.php was not found on this server.
This is what I have on wp-config.ph:
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘root’);
define(‘DB_HOST’, ‘localhost’);
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);
$table_prefix = ‘wp_’;
define (‘WPLANG’,en”);
if ( !defined(‘ABSPATH’) )
define(‘ABSPATH’, dirname(__FILE__) . ‘/’);require_once(ABSPATH . ‘wp-settings.php’);