Cant import .sql file

djminnal031948

New Member
YetiShare User
Nov 20, 2012
1
0
0
Hi
When i import the .sql files i got this error

SQL query:

ALTER TABLE `file_folder` ADD COLUMN `isPublic` int( 1 ) NOT NULL DEFAULT 0 AFTER `folderName` ,
ADD COLUMN `accessPassword` varchar( 32 ) NULL AFTER `isPublic` ;

What shall i do? Please help....
 

adam

Administrator
Staff member
Dec 5, 2009
2,043
108
63
Hi,

What is the actual error message that's shown? The error you posted is just the sql command.

Regards,
Adam.
 

zipitshare1707

New Member
YetiShare User
Aug 14, 2012
85
0
0
I have imported filehosting sql file to my database the sites up and running fine but every time someone goes and clicks a link it comes up with this message
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
have i done anything wrong here.