swethak Posted June 28, 2008 Share Posted June 28, 2008 Hi, In my phpmyadmin i logged with username and password.And create a new database.Thenafter i created the table and click on go button it gives error as " MySQL said: Documentation #1142 - CREATE command denied to user 'eminoso_sravani'@'127.0.0.1' for table 'wwwww' " plz tell the solution for that error.How can i give the privileges to create command. Quote Link to comment Share on other sites More sharing options...
br0ken Posted June 28, 2008 Share Posted June 28, 2008 If you have access to the server I would recommend installing the MySQL administration tool. This is a free GUI tool which makes creating users and permissions (as well as a myriad of other things) extremely easy! http://www.mysql.com/products/tools/administrator/ If you don't have access to the server you'll have to contact your host or someone who does and ask them to set the permissions accordingly. Quote Link to comment Share on other sites More sharing options...
fenway Posted July 1, 2008 Share Posted July 1, 2008 You can GRANT the appropriate permission -- create table and create database are necessarily different. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.