Newb Need Help Newb Need Help
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Newb Need Help

Started by myonlydownfall, August 11, 2005, 08:33:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

myonlydownfall

I created a Data base name and a user name for it , now the thing is i get this

Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:myonl2_myonlydownfall:localhost","myonl2_mod","<PASSWORD HERE>");

PHP $dbh=mysql_connect ("localhost", "myonl2_mod", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("myonl2_myonlydownfall");

Well i dont know if thats right

But the thing  is that when i go through the coppermine installation i get an error which is ...

mySQL could not locate a database called 'myonl2_myonlydownfal' please check the value entered for this

im sure i created the DB under that name and a user ,

can somone please help me out!!!!



Hein Traag

A bit more explanation is in order me thinks.
Like:
- Do you host the site yourself
- Is it hosted on windows or linux
- If hosted by a provider did they provide you with a mysql database or the means to create one yourself


Nibbler

Looks like you are using cPanel, so make sure you actually added the user to the database after creating the user and the database.