Hi,

I am using WAMP. When I try to access PhpMyAdmin in my browser, I get an error:

Forbidden: You do not have permission to access this file on your server.

I can't really find any documentation on this on their site or google.

Secondly,

If I use Mysql in WAMP and try to create a table like this:

 create table cpt_data
(
fname varchar(10)
); 

I get a syntax error. Stoltzboy was able to create the table using default data for me in PhpMyAdmin bit I cannot eve get there. I was able to locate some information on this and it looks like it might be a permission thing not set to be able to create which I think is in the phpmyadmin which I cannot get to. Anyone have any ideas. Thanks Oh and thanks to Stoltzboy for all your help earlier on the other post. 🙂

    That is exactly the link I am using in my browser and i get the 403 forbidden error. Reaally dont know where to turn next.

      hmm, that sounds strange. Have you changed any of the config files?

        No. I did do a search for the file and found 2 phpmyadmin folders. One is in the WAMP folder and the other is in the wamp\mysql\data folder.

          I wasnt sure before if I had changed the config settings so i uninstaled it and installed a fresh copy.

            Yeah, i use Wamp myself, my next reccomendation was going to be to just reinstall. It usually works straight out of the box.

            I was also going to say make sure that apache and mysql are running, sometimes mysql doesnt start up.

              Write a Reply...