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. Link to comment https://forums.phpfreaks.com/topic/112305-problem-with-create-table/ 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. Link to comment https://forums.phpfreaks.com/topic/112305-problem-with-create-table/#findComment-576667 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. Link to comment https://forums.phpfreaks.com/topic/112305-problem-with-create-table/#findComment-579094 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.