It is currently Thu Mar 28, 2024 10:53 am


All times are UTC


Forum rules


Please click here to view the forum rules



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: MySQL access
PostPosted: Tue Apr 05, 2005 9:32 pm 
Noobie
Noobie

Joined: Tue Apr 05, 2005 9:07 pm
Posts: 12
I can't access to my MySQL database.

I'm tryed with phpMyAdmin from my Control Panel via browser and with CocoaMySQL, an application to manage the SQL's databases.

Well.

With the browser I'm looking for Manage MySQL Databases and i found my database. The password, i'm sure, i know it. (Why? Because i'm installed a php forum and the password is correct :)).
Click to the database and a new window is open. It say: Welcome to phpMyAdmin 2.5.3-rc1 - Login
Well. I write my username (or, in this case, database name) and the database's password. ===> Login button:
#1045 - Access denied for user: 'iacomac_db@localhost' (Using password: YES)



Why?


(excuse for my bad english, i'm italian :roll: )


Top
 Profile  
 
 Post subject:
PostPosted: Tue Apr 05, 2005 10:32 pm 
Noobie
Noobie

Joined: Tue Apr 05, 2005 9:07 pm
Posts: 12
i forgot the application's configuration (CocoaMySql):

Host: coolinc.info
socket: (nothing)
user: iacomac_db
password: my db password
port: 3306
database: iacomac_db



result: #1045


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 7:53 pm 
Noobie
Noobie

Joined: Tue Apr 05, 2005 9:07 pm
Posts: 12
Please help me



Please :cry:


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 9:32 pm 
Posts like crazy!
Posts like crazy!

Joined: Wed Mar 23, 2005 11:27 pm
Posts: 256
Location: Shelbyville, IN
It's a wrong password. That is the only explaination.

_________________
Image

A Former Member of the Moderator Team


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 06, 2005 10:37 pm 
Noobie
Noobie

Joined: Tue Apr 05, 2005 9:07 pm
Posts: 12
is impossible, the password is correct.

Uhm, now i'm deleted all, but some time later i'm installed a phpBB forum and it's work. Oddly, with the same password...

I try tomorrow... something other... :)


Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 20, 2005 3:39 am 
Noobie
Noobie

Joined: Wed Apr 20, 2005 2:45 am
Posts: 7
enter to controlpanel, then to mysqlserver


Top
 Profile  
 
 Post subject: My problem
PostPosted: Fri Apr 29, 2005 9:07 pm 
Noobie
Noobie

Joined: Fri Apr 29, 2005 5:59 am
Posts: 1
Hello to all!
need a little help here.I have only worked with Mysql on my localhost up to this point so i am confused.I found an error message,it is below.I have created the db and table here but i get this error.Thank you!


The additional Features for working with linked Tables have been deactivated. To find out why click here. >
----------------
>PMA Database ... not OK[ Documentation ]
General relation features Disabled >
------------------------------------------
>$cfg['Servers'][$i]['pmadb'] string

------------------------------------
and here is my connect.php


<?php
$username = "igmo1_users";
$password = "**********";
$databasename = "igmo1_users (1)";
$databasehost = "madpage.com";
$databaseport = "3306";

$conn = mysql_connect("$username","$password","$databasename","$databasehost","$databaseport");
if (!$conn) die ("Could not connect MySQL");
mysql_select_db($database,$conn) or die ("Could not open database");
?>


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ]  Moderators: fhmagic, KJ, Moderators, Support Team

All times are UTC


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
100WebSpace © 2011