im sure the problem is on mysql installation, but...
Posted: Mon 05 Oct 2009 13:53
Hi;
hope someone can help me with this:
i have a Delphi 7 application that uses MyDAC 3.55.0.23, and it is working perfectly on a lan with a dedicated server and on a laptop with a standalone MySQL installation (localhost). On both cases TmyConnection.Options.Direct is set to True.
I need to install the application on another laptop, so i installed MySQL (same version), another GUI cliente for MySQL called Navicat and my app.
The MySQL is running, Navicat connects without a problem but my app returns an error: Access denied for user ''@'localhost' (using password: NO)
I create another small app that allows me to change server,user, password and to set Tmyconnection.Options.Direct to false or true, when change it to false i can connect without a problem; in fact a special version of my app with Direct set to False works fine.
So, i belive there is something different between both laptops with MySQL, but i dont know what!, i cant change Direct to False, the original app is already running on 120 computers.
any help will be greatly appreciated!
hope someone can help me with this:
i have a Delphi 7 application that uses MyDAC 3.55.0.23, and it is working perfectly on a lan with a dedicated server and on a laptop with a standalone MySQL installation (localhost). On both cases TmyConnection.Options.Direct is set to True.
I need to install the application on another laptop, so i installed MySQL (same version), another GUI cliente for MySQL called Navicat and my app.
The MySQL is running, Navicat connects without a problem but my app returns an error: Access denied for user ''@'localhost' (using password: NO)
I create another small app that allows me to change server,user, password and to set Tmyconnection.Options.Direct to false or true, when change it to false i can connect without a problem; in fact a special version of my app with Direct set to False works fine.
So, i belive there is something different between both laptops with MySQL, but i dont know what!, i cant change Direct to False, the original app is already running on 120 computers.
any help will be greatly appreciated!