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.