Seems like i can't get rid of errors no matter wht i do I installed php and mysql (both are running well and i can create db and tables using mysql cmdline) php test file also runs well
Then I tried installing PhpmyAdmin it won't load the index.php page then i read on this website tht mayb i need to replace two files php_mysql.dll and libmysql.dll I did so the index.php file did run however i m getting the following error The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results. PHP Warning: session_write_close() [function.session-write-close]: open(C:\DOCUME~1\Abc\LOCALS~1 \Temp\php\session\sess_lan2lrk1jehi8vfiji954n2kn2, O_RDWR) failed: Permission denied (13) in C:\Inetpub\wwwroot\phpMyAdmin\navigation.php on line 82 PHP Warning: session_write_close() [function.session-write-close]: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\DOCUME~1\Abc\LOCALS~1 \Temp\php\session) in C:\Inetpub\wwwroot\phpMyAdmin\navigation.php on line 82 Also i can create a new db but can't create a new table this is the first time i m working with a open sorce appln (read zero experience with installation also my guide insists i do not use xampp or any other tool )plzz help
