i can't install my java from setup. for the first time i installed i couldn't find my compiler. then i uninstalled it and tried again to install. it is showing an error of location shell.dll
Do you set the envirorment variables(Java_home), if it is ,check the path is correct or not.
Delete the ClassPath from environment variables, and set class path in command prompt by typing class PATH=%PATH%;path to java(eg:class PATH=%PATH%;C:\Programfiles\jdk1.6\bin) .
I installed MySql. Then I installed XAMPP for windows to be able to use php with mysql. The XAMPP...
(More)
I installed MySql. Then I installed XAMPP for windows to be able to use php with mysql. The XAMPP Control Panel shows MySql is running. But I cannot get my php programs to connect to either MySql application. I am running Windows 7. I can use a command line to work in mySql, so I know it is working. I also installed Heidi to work with the databases, but it won't connect to the database either. Each MySql application uses different passwords, but neither works. Any suggestions?