1
bebosh
database connection problem
  • 2009/12/11 20:27

  • bebosh

  • Just popping in

  • Posts: 3

  • Since: 2009/12/11


Hello! I used an older version of XOOPS a few years ago and had everything up and running great. However, a few months ago I was doing some "experimenting" with PHP and wound up trashing everything. So I just deleted all the files and the XOOPS database and haven't touched it since.

Last week I have decided to reinstall the latest version of XOOPS but am having trouble setting it up. I go through the setup but it cannot connect to the database to save my life.

My question is, does the database HAVE TO be named "xoops"? Or can it be called something else? Since I deleted the database a few months ago, my provider won't let me reinstate it or recreate it using the same name. I have created new a database called Xoops2 but it just doesn't want to connect. Is the database name why I cannot connect during the initial setup?

The other thing I noticed is during the first few setup steps -when you pull down the drop down box to choose the database name it says "MySQL" and there are no other choices. Does this have any impact?

I use IPower hosting which includes MySQL 5.0.45. I have checked and double checked everything. Permissions, user names, etc. are all okay. This is the only thing that is out of the ordinary...

Any suggestions would be greatly appreciated. Thanks!

2
Mamba
Re: database connection problem
  • 2009/12/11 21:13

  • Mamba

  • Moderator

  • Posts: 11380

  • Since: 2004/4/23


1) You can use any name that you want

2) I have couple of Websites on IPowerWeb, and don't have any problems with the connection to the MySQL database.

Make sure that you have the right permissions to the database as the admin

3
ghia
Re: database connection problem
  • 2009/12/12 1:29

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


bebosh, Welcome to the XOOPS Forum!

Quote:
choose the database name it says "MySQL" and there are no other choices.
That is the database type selection and it is correct that only MySQL is present.

You may test your database with this dbtest.php, that contains:
mysql_connect("MY SQL SERVER""USERNAME""PASSWORD") or die(mysql_error());
echo 
"Connected to MySQL";
mysql_select_db("Xoops2") or die(mysql_error());
echo 
"Connected to Database";
?>
You need to replace MY SQL SERVER by the server, probably localhost and USERNAME and PASSWORD by your values.
The databasename is already set to Xoops2.
What does it say?

4
bebosh
Re: database connection problem
  • 2009/12/13 17:45

  • bebosh

  • Just popping in

  • Posts: 3

  • Since: 2009/12/11


Well, I tried that script and got this result:

Connected to MySQL
Access denied for user 'xoops2'@'10.%' to database 'Xoops2'


I don't get it. I've checked and double checked everything. The user has full priveleges to do everything! I've even created other databases with other usernames just to test and get the same result... can't connect.

It's got to be something super simple and stupid that I'm forgetting....

This is really driving me crazy. I don't remember having a problem like this when I set up XOOPS a couple years ago.

Thanks for all your help and advice!

5
bebosh
Re: database connection problem
  • 2009/12/13 18:30

  • bebosh

  • Just popping in

  • Posts: 3

  • Since: 2009/12/11


Evidently it was a problem with the database. My provider deleted and recreated a new database and it works fine.

Thanks for your help and sorry for being such a noob!!!!

Login

Who's Online

506 user(s) are online (68 user(s) are browsing Support Forums)


Members: 0


Guests: 506


more...

Donat-O-Meter

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

Latest GitHub Commits