1
Stitch19
Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 19:56

  • Stitch19

  • Just popping in

  • Posts: 81

  • Since: 2004/12/18


Well i just bought the value plan at ixwebhosting, i went to installation, and at some point:

check database
Could not connect to the database server.

Please check the database server and its configuration.

Well what is going on, i mean i have MySQL with the value plan, why it can not connect ???


ALSO: then i went to my cpnale, to MySQL databases and i saw that there was not database, it said:

Add database

so can anybody help me ???

2
JamesSAEP
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:20

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


You need to create the database first and the "User".

To connect to the databae< I had the same problem, then realized that the connection is case sensative:

Database Name: Name_dbase

If you have a Capital for the "dbase" then it is Name_Dbase...

That should do it.

3
JamesSAEP
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:23

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Also, it is case sensative for the user name...

4
Stitch19
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:28

  • Stitch19

  • Just popping in

  • Posts: 81

  • Since: 2004/12/18


well i add:
Database [mysql]
Database Hostname [loacalhost]
Database Username [admin]
Database Password [********]
Database Name [Name_Dbase] i tryied with small as you asid
Table Prefix [xoops]
Use persistent connection? [no]
XOOPS Physical Path [it is the correct path]
XOOPS Virtual Path (URL) [it is also here the correct path]

so i write this go next and next when i finally reach the:

check database
Could not connect to the database server.

Please check the database server and its configuration.

PLEASE ANY EXTRA HELP ???
I DID WHAT YOU SAID BUT THE ERROR IS STIL THERE...

5
JamesSAEP
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:35

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Database Hostname [loacalhost] will not work. You should have received the host for mysql, something like:

mysql0.ixwebhosting.com

Also, the "Database_user" name is the one that you created and attach to in phpmyadmin. It should look like:

Account_user

6
Stitch19
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:35

  • Stitch19

  • Just popping in

  • Posts: 81

  • Since: 2004/12/18


i went to my cpnale, i went to MySQL databases, i created 1 with the correct name, i added the users and granted it, then i wnt to installation, i added the same information as the database that i have created, but the could not connect is still there...

7
JamesSAEP
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:36

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


See above about "Database Hostname"

8
Stitch19
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:37

  • Stitch19

  • Just popping in

  • Posts: 81

  • Since: 2004/12/18


Quote:

Stitch19 wrote:
well i add:
Database [mysql]
Database Hostname [loacalhost]
Database Username [admin]
Database Password [********]
Database Name [Name_Dbase] i tryied with small as you asid
Table Prefix [xoops]
Use persistent connection? [no]
XOOPS Physical Path [it is the correct path]
XOOPS Virtual Path (URL) [it is also here the correct path]

so i write this go next and next when i finally reach the:

check database
Could not connect to the database server.

Please check the database server and its configuration.

PLEASE ANY EXTRA HELP ???
I DID WHAT YOU SAID BUT THE ERROR IS STIL THERE...

YOU RELY HELPED ME, IT WORKS, THANKS !!! I APPRECIATE TI !!!

9
JamesSAEP
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/12 20:39

  • JamesSAEP

  • Just can't stay away

  • Posts: 732

  • Since: 2005/2/28


Glad it worked.

10
rbanzai
Re: Installing xoops 2.0.13 [Could not connect to the database server]
  • 2005/7/23 18:33

  • rbanzai

  • Just popping in

  • Posts: 1

  • Since: 2005/7/23


If you are using MySQL 4.1.x or upper with PHP 4.x.x I found the solution:
Go to MySQL Command Line Client and type this:
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
*'someuser' is the user who you type in XOOPS example:
root, admin etc...
*'some_host' the host where you put the user... example
localhost, 127.0.0.1 etc
*'newpwd' is the new password to set

Why change the password?
Because the new type of MySQL authentication doesnt support older clients of MySQL (php_mysql.dll), in new version of php (PHP 5 BETA) this errors was fixed...

I hope was finished this topic. .
Regards...

Login

Who's Online

202 user(s) are online (110 user(s) are browsing Support Forums)


Members: 0


Guests: 202


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits