You need to set up permissions in your MySQL. There's a Hosts table and a User table; you may find editing them from the command line to be a nightmare, however.
You'll want to define a username and password to connect to your database, first. And don't use 'root.'
I already told you. You haven't set up a user account in MySQL or opened up access for the ns3.concordhosting.com machine. Until you fix that, your script won't be able to connect.
You need to setup the privileges within MySQL - is MySQL on your computer or are you connecting to a remote db server, i.e. is 24.185.8.160 your IP address or someone elses?
What is BDE Administrator and what are you using it for?
twigletmac wrote:You need to setup the privileges within MySQL - is MySQL on your computer or are you connecting to a remote db server, i.e. is 24.185.8.160 your IP address or someone elses?
What is BDE Administrator and what are you using it for?
Mac
BDE is a product from Borland that you can connect to the database and/or admin a database it cames with Delphi, C++ Builder, Kylix etc ...
But the situation that you have, is not Problem of BDE, As the people told U, you have to enter at the MySql databe and set a user / pass / host in orther to connect .
please check the MySql manual at the Administration part - Adding a new user to Mysql.
d-m wrote:BDE is a product from Borland that you can connect to the database and/or admin a database it cames with Delphi, C++ Builder, Kylix etc ...
That's what I assumed from my googling - but I couldn't find a product page so just wanted to check. As d-m stated based on that this can't be a BDE problem, you need to get into MySQL directly and do administration within that.