vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I created mysql database using following command: create database db_dbname; grant create,update,delete,delete on db_dbname.* to gaurav@localhostidentified by 'abcxyz'; I used to access mysql database using phpmyadmin frontend. Now the user 'gaurav' can only edit the current db and can't create database but when i tried creating db?dbname the database was created though it didn't allow the user to create any other database. I created this database using phpmyadmin. Is it a bug in mysql? In case i am not using special character '_' (underscore), I am not facing any such problem. Is there any patch available for this bug? I am using Mysql-4.1.22 Thanks, Gaurav Pruthi |