Page 1 of 1

Error 1045: Access Denied for user 'ODBC'@localhost

PostPosted: 14. December 2010 23:31
by hellboy1900
hi,

I have a question I want to run a script for creating a database. I tried it from phpmyadmin but it always times out...
I have tried to modified several files to expand memory limitations, and timeout times without any luck...

Then I tried to do that manually from the console...
Since my path contains spaces I tried to access mysql using full path enclosed in " "
I cannot use "\path\path\mysql -u root -p" because of the brackets...
and when i use simple "\path\path\mysql" I get:
Error 1045: Access Denied for user 'ODBC'@localhost...

I have installed xampp for usb (no i did not use the script) and every instruction was followed!
Any ideas?

Thanks in advance!