MySQL problem
I need help with createing data base in MySQL.exe everytime i try it CODE: create database eq; it gives me an error saying access not granted on localhost@ any ideas on what the problem might be?
|
open mysql.exe and try writing this:
GRANT ALL PRIVILEGES ON *.* TO yourusername@localhost IDENTIFIED BY 'yourpassword' WITH GRANT OPTION; for example: GRANT ALL PRIVILEGES ON *.* TO test@localhost IDENTIFIED BY '123456' WITH GRANT OPTION; |
hmm
it gave me
CODE: (Using password: NO) ERROR 1045: ????????IDK???????? |
You're not logging in as root.
Start MySQL like this: Quote:
|
thanks
that worked thanks a bunch
|
All times are GMT -4. The time now is 02:32 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.