How can I get back my privilege to create a new database in MySQL?

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2009-12-11T06:41:19Z Indexed on 2010/04/05 0:03 UTC
Read the original article Hit count: 299

Filed under:
|
|

I can not use MySQL. MySQL is on my local computer. Currently I added skip-grant-tables in My.ini so I can use MySQL. But I have no privilege to create a new database. My problem is tough, although I asked related questions on SO, but no answer can resolve my problem. I almost give up. So I lower my expectation. I am developing a website, so I need to create database, tables and operate tables. You don't have to consider security. Is there a simple solution that can give me privilege to create a new database? Maybe by adding some command in my.ini or something? You won't need to completely resolve my problem. Maybe after the development, I will upload the database and tables to another server(The current database server is my personal computer, windows XP) so I can uninstall and reinstall MySQL.

The root of problem is that I lack privileges.

© Stack Overflow or respective owner

Related posts about mysql

Related posts about configuration