Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

? regarding MySQL and OS ecomm


bubba30

Recommended Posts

I am trying to create a table in in os I have all the permissions todo so but when i excute the SQL i get this as an error

 

create command denied to user:

 

here the SQl i am running

 

CREATE TABLE photo_gallery (

id int(11) NOT NULL auto_increment,

title varchar(30) NOT NULL default '',

photo varchar(30) NOT NULL default '',

PRIMARY KEY (id)

)

 

Thanks for the help :D

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...