Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setting Up A Demo Site?


Goanna

Recommended Posts

I am starting up a web design studio and I want to feature a highly customized osCommerce Demo that I have put together over the course of several installations. It probably has almost as many contributions as the SEC from linda.

 

I would like the admin area to look normal, but to not accept any new information, just like how the admin demo used to be here on the osC site. How would I go about doing that?

Link to comment
Share on other sites

Restrict the permissions of the MySQL user to select only (i.e. read-only)

 

grant select on myshop.* to myuser identified by 'mypassword';

 

something along those lines issued from the command line will set the permission for the user myuser.

 

Look up www.mysql.com for the exact syntax and more info on permissions.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...