<-------ここから
// Database
// Choose the database to be used
define('XOOPS_DB_TYPE', '××××××);
// Table Prefix
// This prefix will be added to all new tables created
to avoid name conflict in the database. If you are unsure, just use
the default 'xoops'.
define('XOOPS_DB_PREFIX', '××××××');
// Database Hostname
// Hostname of the database server. If you are
unsure, 'localhost' works in most cases.
// define('XOOPS_DB_HOST', '××××××');
define('XOOPS_DB_HOST', '××××××');
// Database Username
// Your database user account on the host
define('XOOPS_DB_USER', '××××××');
// Database Password
// Password for your database user account
define('XOOPS_DB_PASS', '××××××');
// Database Name
// The name of database on the host. The installer will
attempt to create the database if not exist
define('XOOPS_DB_NAME', '××××××');
<-------ここまで
modules→mobile
config_inc.php
//データベース関連設定//////////////////////////////////////////
<-------ここから
//
$xoops_db_name = "××××××";
$xoops_db_type = "××××××";
$xoops_db_host = "××××××";
$xoops_table_prefix = "××××××";
$db_user_name = "××××××";
$db_user_pass = "××××××";
$mysql_code = "××××××";
$script_code = "××××××";
$html_code = "××××××";
<-------ここまで
を削除して上記でコピーした内容をペーストしてアップロード
確認してみると表示されてました
一件落着!!