If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I'm a newb to mysql, just installed it a few days ago and I just can't seem to login correctly. to get privileges.
when i open up
c:/mysql/bin/mysql.exe
the current user is "ODBC@localhost" and i have no privilege to use the "mysql" database
however when i go to
run : cmd : and type in "c:/mysql/bin/mysql -u root"
the current user is "root@localhost" and i do have permission to use the mysql database.
how can i have it so that when i open c:/mysql/bin/mysql to have permissions?
I know it has something to do with GRANT but i haven't been able to get it right.
or how can i have it so that when i go to c:/mysql/bin/mysql
just have the root@localhost open automatically instead of
"ODBC@localhost"