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.

php - Upgrade WAMP to MySQL 5.5? -


my dev team uses wamp php/mysql environment learnt uses mysql 5.1 , mysql @ 5.5 now. can mysql upgraded 5.5 separately without issue make work wamp or there patch wamp latest mysql?

i want ensure work latest build of mysql not sure if simple download mysql 5.5 , gets auto-added wamp server, or if there compatible? assume since wamp never updated mysql not compatible?

found you:

step1: (x represents number)

download latest version of mysql first... copy new folder of mysqlx.x wamp\bin\mysql\ check if folder of mysql , database files exist in mysqlx.x\data folder. if mysql folder doesn't exist, copy working previous version of mysql.

check if mysqlx.x\bin folder , executable files in exist. check if folder mysqlx.x\share exist. if don't exist, extraction of latest version of mysql isn't done properly.

check if mysqlx.x\my.ini file exist. if doesn't exist, copy file previous wokring version of wamp mysql in wamp\bin\mysql\mysqlx.x open file latest mysql version, edit occurrences of "mysqlx.x" in file "mysqlx.x" latest version number.

for example, if see line "basedir=c:/wamp/bin/mysql/mysql4.1" in my.ini file, edit "basedir=c:/wamp/bin/mysql/mysqlx.x" mysqlx.x lastest version you've downloaded. there 2 occurrences need edit: basedir=c:/wamp/bin/mysql/mysqlx.x , datadir=c:'wamp/bin/mysql/mysqlx.x/data

step2:

copy wampserver.conf file in previous version of wamp mysqlx.x folder wamp\bin\mysql\mysqlx.x. need open notepad , edit line: $mysqlconf['mysqlexefile'] = 'mysqld-nt.exe'; $mysqlconf['mysqlexefile'] = 'mysqld.exe';

look @ mysqlx.x\bin directory , find out if there mysqld.exe or mysql-nt.exe file. if there no mysql-nt.exe file, change line mentioned.

step3:

shutdown wamp2 server (by right click on wamp tray icon , click exit). restart wamp server. restart services. should see mysql newest version displayed in wamp mysql menu. click on latest version enable it, have newest mysql version running wamp server.


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 -