Press enter to see results or esc to cancel.

ERROR 1045 (28000): Access denied for user ‘ODBC’@’localhost’ (using password: NO) permanently

In this video I have shown how to over come the below error, ERROR 1045 (28000): Access denied for user ‘ODBC’@’localhost’ (using password: NO) permanently As shown in the video, Open MySQL through command Prompt and give user name and password of MySQL as command line argument. C:\cd MySQL installed path\MySQL -u{mysql username>} -p{mysql password} …

Continue reading

HelloWorld.java:1: error: error while writing HelloWorld: HelloWorld.class (Access is denied)

Error while compiling java program access denied error Error while compiling using command ‘javac HelloWorld.java’ HelloWorld.java:1: error: error while writing HelloWorld: HelloWorld.class (Access is denied) public class HelloWorld{ ^ 1 error Solution, Try running your command Prompt CMD in Administrator mode and execute the command

Continue reading