MarsNIIT
Wed 7th Feb '07, 1:27am
Hello,
My server install:
- mysql server v4x port 3306: no database
- mysql server v5x port 3307: database name: marsdb_2ITForum
-- I had forum X use marsdb_2ITForum. Now i want create new forum Y use import database from marsdb_2ITForums. So i create database name 2IT_Forums in mysql server v5x port 3307.
When i use impex with impexconfig.php:
==================================
# For mysqli enter mysql
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['port'] = 'localhost:3307';
$impexconfig['target']['database'] = '2IT_Forum';
$impexconfig['target']['tableprefix'] = '_';
# If the system that is being imported from uses a database,
# enter the details for it here and set 'sourceexists' to true.
# If the source data is NOT stored in a database, set 'sourceexists' to false
$impexconfig['sourceexists'] = true;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['port'] = 'localhost:3307';
$impexconfig['source']['tableprefix'] = '_';
==================================
==> Error:
==================================
ImpEx Database errormysql error: cannot use database 2IT_Forums
mysql error: Unknown database '2it_forum'
mysql error number: 1049
Date: Wednesday 07th of February 2007 09:22:18 AM
Database: 2IT_Forums
MySQL error: Unknown database '2it_forum'
==================================
==> I think with current impexconfig.php ins't run with port 3307, only run with port 3306, so i try create new database name: 2it_forums in mysql v4x (port 3306) and Error:
==================================
ImpEx Database errormysql error: Invalid SQL: SELECT data FROM marsniit_datastore WHERE title = 'ImpExSession'
mysql error: Table '2it_forums.marsniit_datastore' doesn't exist
mysql error number: 1146
Date: Wednesday 07th of February 2007 09:32:35 AM
Database: 2IT_Forums
MySQL error: Table '2it_forums.marsniit_datastore' doesn't exist
==================================
Thanks.
My server install:
- mysql server v4x port 3306: no database
- mysql server v5x port 3307: database name: marsdb_2ITForum
-- I had forum X use marsdb_2ITForum. Now i want create new forum Y use import database from marsdb_2ITForums. So i create database name 2IT_Forums in mysql server v5x port 3307.
When i use impex with impexconfig.php:
==================================
# For mysqli enter mysql
$impexconfig['target']['databasetype'] = 'mysql';
$impexconfig['target']['port'] = 'localhost:3307';
$impexconfig['target']['database'] = '2IT_Forum';
$impexconfig['target']['tableprefix'] = '_';
# If the system that is being imported from uses a database,
# enter the details for it here and set 'sourceexists' to true.
# If the source data is NOT stored in a database, set 'sourceexists' to false
$impexconfig['sourceexists'] = true;
# mysql / mssql
$impexconfig['source']['databasetype'] = 'mysql';
$impexconfig['source']['port'] = 'localhost:3307';
$impexconfig['source']['tableprefix'] = '_';
==================================
==> Error:
==================================
ImpEx Database errormysql error: cannot use database 2IT_Forums
mysql error: Unknown database '2it_forum'
mysql error number: 1049
Date: Wednesday 07th of February 2007 09:22:18 AM
Database: 2IT_Forums
MySQL error: Unknown database '2it_forum'
==================================
==> I think with current impexconfig.php ins't run with port 3307, only run with port 3306, so i try create new database name: 2it_forums in mysql v4x (port 3306) and Error:
==================================
ImpEx Database errormysql error: Invalid SQL: SELECT data FROM marsniit_datastore WHERE title = 'ImpExSession'
mysql error: Table '2it_forums.marsniit_datastore' doesn't exist
mysql error number: 1146
Date: Wednesday 07th of February 2007 09:32:35 AM
Database: 2IT_Forums
MySQL error: Table '2it_forums.marsniit_datastore' doesn't exist
==================================
Thanks.