After installing Nusphere's TechPlat on my XP Pro system, I've configured PhpED to use the newly installed Apache/PHP for 'Projects'.
Installed MySQL and replaced all previous versions of 'libmysql.dll' (used by TechPlat and PhpED) with the one that came with MySQL. According to phpinfo(), MySQL appears to be installed and running okay. However, there are some questions. In both the Local Value and Master Value the following directives have 'no value':
mysql.default_host......no value
mysql.default_password......no value
mysql.default_port......no value
mysql.default_socket......no value
mysql.default_user......no value
Do any of the above directives need to have values?
Using DBTools manager successfully set up a user, a database, and a table with a couple of fields.
The problem is setting up the 'DB Client' in PhpED Pro.
After setting up the DB Client connection, then clicking on the plus sign next to the database (that appears beside the database when DB Client is opened) this error message appears:
Quote: |
SQL Server Error: [DBNETLIB][ConnectionOpen (ParseConnectParams()).]Invalid connection. |
What am I overlooking that could generate this error? What's the next step?
UPDATE:
-------------------------------------------------------------------------------------------------------
I can access MySQL with a PHP program to connect to the database.
It seems that the problem is how I'm configuring DB Client. Any help is appreciated.