Ok so i got this script and now that im installing it it gives me an error.
The Read Me File :
So im stuck at this part :
I dont know exactly what to do. I was guessing i have put the "Flash_Video_Alegria_SQL_INSTALL.sql " text into the sql querry and run it but when i do that it gives me this error :
What do i do ?
The Read Me File :
| Quote: |
|
====================================================================================== HotWebScripts.com Video Player Alegria V1.0 ====================================================================================== 1. Requirements - Apache Webserver - PHP 5+ - MySQL 4.1+ - Zend Optimizer - mod_rewrite enabled - GD Library enabled 2. Installation - Upload all the files to your FTP - Set the rights for the templates_c folder and subfolders to 777 - Set the rights for the uploads folder and subfolders to 777 - Open the file /includes/config.inc.php - Set the properties for your database and license in this file and save it - Start up your phpMyAdmin or other MySQL compatible admin tool - Create a database for the Player - Run the file Flash_Video_Alegria_SQL_INSTALL.sql in the desired database |
So im stuck at this part :
| Quote: |
| - Create a database for the Player
- Run the file |
I dont know exactly what to do. I was guessing i have put the "Flash_Video_Alegria_SQL_INSTALL.sql " text into the sql querry and run it but when i do that it gives me this error :
| Quote: |
|
Error SQL query: -- phpMyAdmin SQL Dump -- version 2.7.0-pl2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generatie Tijd: 29 Mei 2006 om 15:27 -- Server versie: 4.1.11 -- PHP Versie: 5.1.2 -- -- Database: `scripts_videodev` -- -- -------------------------------------------------------- -- -- Tabel structuur voor tabel `settings` -- CREATE TABLE `settings` ( `id` int( 11 ) NOT NULL AUTO_INCREMENT , `seo_title` varchar( 255 ) NOT NULL default '', `seo_keywords` varchar( 255 ) NOT NULL default '', `seo_description` varchar( 255 ) NOT NULL default '', `contact_sendto` varbinary( 255 ) NOT NULL default '', `contact_pagetxt` text NOT NULL , `contact_active` tinyint( 1 ) NOT NULL default '0', `gallery_active` tinyint( 1 ) NOT NULL default '0', `faq_active` tinyint( 1 ) NOT NULL default '0', `news_active` tinyint( 1 ) NOT NULL default '0', `shop_active` tinyint( 1 ) NOT NULL default '0', `features_active` tinyint( 1 ) NOT NULL default '0', `paypal_id` varchar( 255 ) NOT NULL default '', `paypal_currency` varchar( 255 ) NOT NULL default '', `currency_sign` varchar( 5 ) NOT NULL default '', `demo_logo` varchar( 255 ) NOT NULL default '', PRIMARY KEY ( `id` ) ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2 MySQL said: #1064 - 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=2' at line 37 |
What do i do ?
