 |
 |
 |
 |
Registered: 05/17/12
Posts: 3
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#203219 - 12/13/07 12:46 PM
Re: Error in Step 3 of Installation - Connection to Server Failed
[Re: Ian]
|
stranger
|
Registered: 12/13/07
Posts: 12
|
|
As it is your own server, I assume you set up the database and database user / password yourself.
Are you confident that you have entered those correct details in the config - making sure that it is case sensitive? Yes. I have created and deleted several users from the MySQL command prompt. When I use "select user, host, password from mysql.user;" I get the following... USER HOST PASSWORD root localhost *******... ubbserver localhost *******... When I use "show databases;" I see the following... DATABASE information-schema mysql ubbthreads
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#203223 - 12/13/07 02:15 PM
Re: Error in Step 3 of Installation - Connection to Server Failed
[Re: David Dreezer]
|
stranger
|
Registered: 12/13/07
Posts: 12
|
|
Connection to server failed? NOT permission denied?
Find out where mysql.sock is located.
edit this in your php.ini to match ; Default socket name for local MySQL connects. If empty, uses the built-in ; MySQL defaults. mysql.default_socket =
Restart Apache or IIS or whatever you're using. Connection to server FAILED. I am running IIS. Windows 2003 Server Enterprise. I am new to MySQL (I use MSSQL server on my other machines.) With regards to the "socket". Does this refer to the "port" number created? I just re-ran the MySQL Server Instance Configuration Wizard. I selected the following options... Detailed Configuration Server Machine Multifunctional Database Online Transaction Processing (OLTP) Enable TCP/IP Networking on Port 3306 Enable Strict Mode Standard Character Set Installed as a service No Anonymous Account
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|