|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
So I'm trying to install VBulletin 4.0.3 in local before I upload it to the server. I have XAMPP installed an this is my data for the database: I have created a database called "forum", my username it's root and has no password. So my config.php looks like this: Quote: $config['Database']['dbtype'] = 'mysql'; $config['Database']['dbname'] = 'forum'; $config['MasterServer']['servername'] = 'localhost'; $config['MasterServer']['port'] = 3306; $config['MasterServer']['username'] = 'root'; $config['MasterServer']['password'] = ''; I type localhost/forum and follow the steps, but in step 3 I get this error message: Quote: Database error in vBulletin : Invalid SQL: CREATE TABLE /forumaccess ( userid INT UNSIGNED NOT NULL DEFAULT '0', forumid SMALLINT UNSIGNED NOT NULL DEFAULT '0', accessmask SMALLINT UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY userid (userid, forumid) ); MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '/forumaccess ( userid INT UNSIGNED NOT NULL DEFAULT '0', forumid SMALLINT UNSI' at line 1 Error Number : 1064 Request Date : Saturday, May 8th 2010 @ 01:19:50 PM Error Date : Saturday, May 8th 2010 @ 01:19:51 PM Script : http://localhost/forum/install/install.php?step=3 Referrer : http://localhost/forum/install/install.php?step=2 IP Address : ::1 Username : Classname : vB_Database MySQL Version : 5.1.41 Any idea how to fix this? __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |