i am trying to use PHPmyadmin and have installed WAMP server, along with mySQL and have created some tables and databases using mysql command line... what happens is they do not show on phpmyadmin and neither can my php code access those database (the php code runs on the wamp).
i tried setting password to
root:127.0.0.1 and root:localhost
same password as that as for mysql root.
I am trying to access phpmyadmin on wamp, but it is showing me
Forbidden--You don't have permission to access /phpmyadmin/ on this server.
I am new to Web Programming please help.
How can I fix this problem?
On my Windows 7 PC I have Virtual Box running a Centos VM that has PHP installed on it but no MySQL that I brought from the office.
I am trying to set up a database for it. I have Wamp installed on my PC and tried to connect to that database, but I couldn't get it working (I'm thinking since localhost on my PC would not necessarily be visible to the VM).
Usually I would manually set up Apache and PHP but this time I thought I would go for the WAMP alternative.
I've set up WAMP and it's working perfectly fine on the host machine.
If I try and access the WAMP server from another machine on the same network (same subnet too: 192.168.1.*) I get this message:
Forbidden
You don't have permission to access / on this server.
I have been onlin
I've installed wamp server 2.2e on windows 8 pro. The problem is that wamp server is not working. The icon turned yellow. I cant access localhost. PLease help me. I've also tried installing wamp 2.0 and 2.1 as well but it is still not working. Right now i have wamp 2.2e installed.
Help! I am trying to connect to a Postgres database and can't get the server to connect. When I execute this php script:
$conn = pg_connect("dbname=wikimap user=postgres password=postgis host=localhost port=54321";
if (!$conn) {
echo "Not connected : " .
I had WAMP running with PHP 5.2. PHP errors where written to it's own log file.
I then swapped to PHP 5.3 and the errors where written to the Apache log.
i want to setup a subversion server in my home. i installed a wamp server in My PC. but little bit confused to install subversion. i have windows 7, 32-bit as operating system and Intel Core-IV processor with 4 GB RAM.
What is required to get a WAMP Server to connect as a client to an LDAPS (LDAP over SSL) server? Specifically, where do LDAPS client certificates go on a WAMP Server, and what other elements need to be configured?
NOTE: The client program will be connecting via PHP