Goanna Posted January 21, 2004 Share Posted January 21, 2004 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 More sharing options...
Guest Posted January 21, 2004 Share Posted January 21, 2004 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.