Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

Restoring an old MySQL backup -


i have large file 2007 containing backup (as sql script) of mysql database. it's unknown version of mediawiki.

-- phpmyadmin sql dump -- version 2.6.2-debian-3sarge3 -- http://www.phpmyadmin.net --  -- host: localhost -- generation time: aug 29, 2007 @ 12:42 pm -- server version: 4.0.24 -- php version: 4.3.10-19 

i've tried installing mysql-5.5.8-win32 , mysql-workbench-gpl-5.2.31a-win32 getting syntax errors. there easy way of making old script compatible, or better of using older version of mysql? dev tools still available older versions?

i looking quickest simplest option want restore hold of old raw data, not set fully.

it worth showing error.

but anyway, set sql_mode = mysql40 might if syntax problem. there might issue not keyword before , is, have escape in case.


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -