Jump to content

Post-Installation


Recommended Posts

Hello everyone, I have been trying all day to get PHP going on my home PC, at work I had absolutely no problems.  However at home, I can't seem to get it running.  I tried WAMP, XAMPP, and ApacheTriad2.  However, whenever I try to access a php script from a browser, I get a blank page.  I created an HTML form that calls a PHP script, and I simply get a blank page after I process the form.

 

Aside from that, MySQL doesn't seem to be working, as mysqladmin.exe just won't run because it 'couldn't authenticate to OBDC@localhost, using password: NO'

 

The PHP problem is what I'm most concerned about, but all ideas are welcome.

 

Thanks

Link to comment
Share on other sites

Are you sure apache or any other webserver is not running before you start installing these packages? It's pretty hard to make WAMP not work.

 

Does the WAMP main page load when you try http://127.0.0.1 with WAMP installed? That runs off of PHP.

 

The default MySQL user is root with no password. If you don't specify a username, it will try to use a default one (Like ODBC).

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.