|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
PHPmyadmin
Hello, i am having trouble with phpmyadmin. I seem to have all the stuff correct, but when i try to log in, i use the proper info and it does not allow me to log in with the account/pass ... there is no .htaccess file and just wondering how to fix it!
|
|
#2
|
|||
|
|||
|
RE: PHPmyadmin
What authentication method are you using? (you would have chosen this in the config file).
What login information are you using? Where did you get it? |
|
#3
|
|||
|
|||
|
RE: PHPmyadmin
I am using http and the login information from mysql
|
|
#4
|
|||
|
|||
|
RE: PHPmyadmin
that was me, forgot i wasn't logged in
|
|
#5
|
|||
|
|||
|
RE: PHPmyadmin
my mysql is in C:mysql and the phpmyadmin is in c
i don't know if this has anything to do with it.. but it might |
|
#6
|
|||
|
|||
|
RE: PHPmyadmin
Can you log onto mysql via the command line utility using this same information?
|
|
#7
|
|||
|
|||
|
RE: PHPmyadmin
I'm not that great at mysql.. what is the command to do that?
|
|
#8
|
|||
|
|||
|
RE: PHPmyadmin
You would go to the mysql directory and from there in the bin directory there is an executable called mysql
do a : mysql -u<username> -p and then it will prompt for password |
|
#9
|
|||
|
|||
|
RE: PHPmyadmin
well, i am doing that and nothing happens.. is it like
mysql> -u admin -p --> pass ? |
|
#10
|
|||
|
|||
|
RE: PHPmyadmin
If you have a
mysql> prompt, then you are already in the utility. What user name and password did you use to get in it? |
|
#11
|
|||
|
|||
|
RE: PHPmyadmin
well i put the stuff i put for the pass on root and it said it was wrong...
|
|
#12
|
|||
|
|||
|
RE: PHPmyadmin
[WinMySQLadmin]
Server=C:/mysql/bin/mysqld.exe user=root password=mypass i am using the: root and mypass from that |
|
#13
|
|||
|
|||
|
RE: PHPmyadmin
i forgot i had the <> so the root and mypass work, but in the phpmyadmin it stil ldoes not
|
|
#14
|
|||||
|
|||||
|
RE: PHPmyadmin
Incase this might help:
php Code:
|
|
#15
|
|||
|
|||
|
RE: PHPmyadmin
the same username and password (root and mypass) work from the command line, but not phpmyadmin?
are you 100% all the settings in the config file are ok? double check them. |