if you are trying to connect to mysql
and you type mysql on your terminal (cmd)
you will recieve an ERROR 1045 access denied for user 'ODBC'@'localhost' <using password no>
to fix this problem you just need login
mysql -u root -p
you will be asked for a password enter this and you will have logged onto mysql
Saturday, 22 January 2011
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Step 1: First you need to download and install python. You can get a python installation from http://www.python.org/download/ Step 2: now...
-
In this file i purposely made mistakes to see what would happen. I hope this helps
-
to settup the database for Django step 1: go to the settings file ENGINE': 'django.db.backends.sqlite3', # Add 'postgresq...
No comments:
Post a Comment