port na mysql

Zdravím, instaluji vBulletin na webzdarma a chce to po mě port na mysql, nikde jsem ho nenašel. Když jsem opsal port z procesů, které vidím na myphpadmin, tak při novém přihlášení byl jiný a nefunguje to.

Neví nýhodou jaký port nastavit ?

děkuji
<HTML>Zkus 3306.</HTML>
Nebo vynechat.
Tak port jsem nastavil a ted to hlásí toto :

( přihlašovací jméno je OK, heslo je OK a jméno databáze taky a server name je mysql.webzdarma.cz ( vyzkoušel jsem i mysql.wz.cz ) ) ...

Database error in vBulletin :

Invalid SQL:

SELECT *
FROM datastore
WHERE title IN

('','options','bitfields','attachmentcache','forumcache','usergroupcache','stylecache','languagecache','products','pluginlist','cron','profilefield','userstats','birthdaycache','maxloggedin','iconcache','eventcache','mailqueue');

MySQL Error : Table 'kiwi.datastore' doesn't exist
Error Number : 1146
<HTML>>>Table 'kiwi.datastore' doesn't exist
Tabulka 'kiwi.datastore' neexistuje.</HTML>
když se přihlásím do phpadmin tak tam založenou databázi vidím
a není zde tedy něco špatně ?

// DATABASE TYPE
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
$config['Database']['dbtype'] = 'mysql';

// DATABASE NAME
// This is the name of the database where your vBulletin will be located.
// This must be created by your webhost.
$config['Database']['dbname'] = 'kiwi';

// TABLE PREFIX
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';

// TECHNICAL EMAIL ADDRESS
// If any database errors occur, they will be emailed to the address specified here.
// Leave this blank to not send any emails when there is a database error.
$config['Database']['technicalemail'] = 'xxxxx@seznam.cz';

// FORCE EMPTY SQL MODE
// New versions of MySQL (4.1+) have introduced some behaviors that are
// incompatible with vBulletin. Setting this value to "true" disables those
// behaviors. You only need to modify this value if vBulletin recommends it.
$config['Database']['force_sql_mode'] = false;



// MASTER DATABASE SERVER NAME AND PORT
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
$config['MasterServer']['servername'] = 'mysql.webzdarma.cz';
$config['MasterServer']['port'] = 3306;

// MASTER DATABASE USERNAME & PASSWORD
// This is the username and password you use to access MySQL.
// These must be obtained through your webhost.
$config['MasterServer']['username'] = 'kiwi';
$config['MasterServer']['password'] = 'xxxxx';

// MASTER DATABASE PERSISTENT CONNECTIONS
// This option allows you to turn persistent connections to MySQL on or off.
// The difference in performance is negligible for all but the largest boards.
// If you are unsure what this should be, leave it off. (0 = off; 1 = on)
$config['MasterServer']['usepconnect'] = 0;
>> když se přihlásím do phpadmin tak tam založenou databázi vidím
a je v ni tabulka datastore?
jj, souhlasí, ale toto je už nové fórum phpbb a maká ostošest,
nevím proč vbulletin nemakal ...

děkuji za snahu