Yahoo.. Thanks Dr_GrEeN.. this script worked like a charm ;).
In about 30 seconds you can have mysql up and running perfectly.
I am using Backtrack 3 Final and it worked on here perfectly :)
thanks again Dr_GrEeN
todd
Printable View
Yahoo.. Thanks Dr_GrEeN.. this script worked like a charm ;).
In about 30 seconds you can have mysql up and running perfectly.
I am using Backtrack 3 Final and it worked on here perfectly :)
thanks again Dr_GrEeN
todd
Good work, thanks a lot.
I have done it too.
when "mysql -u root"it said:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
then I use "mysql -u root@localhost" ,It work!
but when I create database or table through shell it said:"ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'q'"
I have logon through root.why?
I am a novice,please help.THX.