Guide: How to Install phpMyAdmin
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
 
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials
View previous topic :: View next topic  

Did this guide help you with your installation?
Yes - It Was Helpful
75%
 75%  [ 148 ]
No - But Helpful
4%
 4%  [ 9 ]
No - I've got problems
19%
 19%  [ 38 ]
Other
1%
 1%  [ 2 ]
Total Votes : 197

Author Message
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun May 11, 2003 5:36 pm    Post subject: Reply with quote

It doesn't have to be your fault for anything to get corrupted. Thiers a dozen plus ways without your direct intervention for files to start acting up. If you say it worked once but doesn't work now, its pretty obvious something changed.

Heres a few things to doube check.

Did you ever apply a username and password to mysql? If not, you can try leaving line 74 and 75 empty... OR just enter "root" into line 74 without a password on line 75...

Try disabling the XP firewall if you have XP... I read it could interfere with MySQL... MYSQL runs on 3306 if XP is giving you a problem...

If you installed MySQL to a directory other than C:\mysql make sure the my.ini located at the C:\WINDOWS or WINNT drive corresponds to the correct locations to your MySQL installation.

Other than this try searching google for any of the following
1. "Can't connect to MySQL server on 'localhost' (10061)" phpmyadmin
2. "phpmyadmin" Can't connect to MySQL server on 'localhost' (10061)

Please if you solve it post it back here for others to read. Thanks :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun May 11, 2003 5:44 pm    Post subject: Reply with quote

I've just done some reading and it seems the common answer for your problem is not creating the MySQL file "my.ini" and putting it into your C:\WINDOWS OR C:\WINNT directory... Remember if you've done that to double check the file and make sure it corresponds to the locations of the MySQL components... Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Gatewayy
-


Joined: 15 Mar 2003
Posts: 109

PostPosted: Sun May 11, 2003 5:51 pm    Post subject: Reply with quote

I removed both MySQL and phpMyAdmin, then I installed MySQL to the default dir instead of inside of the Abyss dir as you directions seemed to indicate. Nest I placed the ohoMyAdmin dir back into the scripts dir inside of the Abyss dir. So far everything is working. Thank you for your time and assistance. :)
_________________
-=Gatewayy=-

My Abyss site!

http://crashhappy.gatewayy.net
Back to top View user's profile Send private message Send e-mail
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun May 11, 2003 5:54 pm    Post subject: Reply with quote

Thanks, I try :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
ChrisWoj
-


Joined: 17 May 2003
Posts: 3
Location: Toledo, Ohio

PostPosted: Wed May 21, 2003 5:12 am    Post subject: Reply with quote

Awesome tutorial :) Thanks a lot! I'm happy I was able to find the things I needed so easily on here! I installed MySQL and phpMyAdmin WITHOUT A HITCH thanks to the guides on this forum!

Thanks a ton.


-Woj.
http://www.L337Radio.com/ - she ain't much now, but give'er a week!
_________________
This time is the last time. Somehow make it through.

State your case you've got everyones attention, what can you say?
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Wed May 21, 2003 6:36 am    Post subject: Reply with quote

You're welcome. I hope they prove useful to everyone whos in need of them. I am glad they worked well for you. Good luck with Abyss :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
suppawok
-


Joined: 11 Jun 2003
Posts: 1

PostPosted: Thu Jun 12, 2003 1:29 pm    Post subject: thanks dude Reply with quote

it helped a lot man... I couldn't find the database info so I was worried as crap.. thx
Back to top View user's profile Send private message
lord
-


Joined: 14 Jun 2003
Posts: 9
Location: Norway

PostPosted: Sat Jun 14, 2003 11:38 pm    Post subject: Reply with quote

I have done all that you said, but when I try to access phpMyAdmin I get this message:

Code:

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page


What did I do wrong..??
Back to top View user's profile Send private message ICQ Number
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Jun 15, 2003 4:44 am    Post subject: Reply with quote

It sounds like you didn't quite complete or even implement PHP. Go to http://www.aprelium.com/abyssws/php.html and double check your PHP installation. Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
lord
-


Joined: 14 Jun 2003
Posts: 9
Location: Norway

PostPosted: Sun Jun 15, 2003 7:29 am    Post subject: Reply with quote

As I said, I have done all the steps... but still I get that message. Any other suggestions?
Back to top View user's profile Send private message ICQ Number
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Jun 15, 2003 11:26 am    Post subject: Reply with quote

We don't all want to be told we're ugly... but if we ask, we must be willingly to prepare and consider for the answer even if *you might* feel it is simply a matter of opinion. You probably feel you've set up PHP correctly but the error clearly states you've not set up your redirect_status.

Double check your redirect_status as according to the PHP tutorial and make sure it is set correctly. It seems to be the only problem in your way at the moment.

Please Note: Make sure their is no "space character" after either REDIRECT_STATUS OR 200... The "space character" is known to mess things up...

Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
lord
-


Joined: 14 Jun 2003
Posts: 9
Location: Norway

PostPosted: Sun Jun 15, 2003 12:21 pm    Post subject: Reply with quote

:D I have double checked that and everything that the tutorial tell's me to... Seems that php will not run... Is there nothing else that can be wrong here you think?
Back to top View user's profile Send private message ICQ Number
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Jun 15, 2003 1:40 pm    Post subject: Reply with quote

I can suggest trying to edit your Abyss config file while Abyss is shut down. This is highly experimental as I have never done it. It is located in the root directory, I haven't a copy of one but try looking for REDIRECT_STATUS AND 200 on the same line... Remove any trailing spaces...

If the above doesn't work I can only suggest you try installing PHP once again. I hope it works. Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
lord
-


Joined: 14 Jun 2003
Posts: 9
Location: Norway

PostPosted: Sun Jun 15, 2003 2:18 pm    Post subject: Reply with quote

I have got it working...! I moved PHP from C:\PHP to C:\Program Files\PHP and suddenly it works..! :D

Just another quick question: Is there any news about PHP 4.3.2 and Abyss?
Back to top View user's profile Send private message ICQ Number
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Jun 15, 2003 2:34 pm    Post subject: Reply with quote

I haven't been keeping up to date with Abyss and PHP. I am currently working on another project which requires another server and most of my time. I believe write Aprelium and ask him/her.

I am happy you got it working and hope you have fun with it. Remember to password protect MySQL using phpMyAdmin and use Abyss to password protect phpMyAdmin.

Good luck ;)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
lord
-


Joined: 14 Jun 2003
Posts: 9
Location: Norway

PostPosted: Sun Jun 15, 2003 2:57 pm    Post subject: Reply with quote

Thank you m8! :)
Back to top View user's profile Send private message ICQ Number
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sun Jun 15, 2003 3:04 pm    Post subject: Reply with quote

Anytime 8)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
genechan
-


Joined: 28 May 2003
Posts: 25
Location: Burnaby, BC, Canada

PostPosted: Sun Jun 15, 2003 5:23 pm    Post subject: Reply with quote

lord wrote:
Just another quick question: Is there any news about PHP 4.3.2 and Abyss?


The new Abyss 1.1.6 Beta will work with PHP 4.3.2. See http://www.aprelium.com/news/abws116b1.html
_________________
Gene Chan genechan@vcn.bc.ca
Burnaby, BC, Canada gene_chan@telus.net
Little Mountain Brass Band http://lmbb.vabbs.org/
British Columbia Regiment Association Band http://www.geocities.com/BCRegtBand
Back to top View user's profile Send private message Visit poster's website ICQ Number
lord
-


Joined: 14 Jun 2003
Posts: 9
Location: Norway

PostPosted: Sun Jun 15, 2003 7:39 pm    Post subject: Reply with quote

Yes, I know... I have installed it now. Thanks. :) Trying to install phpnuke latest version 6.7, but I'm having BIG troubles getting that one to run....
Back to top View user's profile Send private message ICQ Number
StyX^^
-


Joined: 23 Mar 2003
Posts: 16

PostPosted: Thu Jun 19, 2003 10:54 am    Post subject: Reply with quote

If anyone gets this message: No input selected

Then it's your php innstall which dowsn't work. I had innstalled the newest php which I later found that abyss didn't support (unless you've got the beta version). Try to grab the beta or degrading your php install.

BTW. As always a great tutorial vbgunz
Back to top View user's profile Send private message
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Thu Jun 19, 2003 3:15 pm    Post subject: Reply with quote

Thank you StyX^^ for the information and compliment. It is appreciated. Thanks again :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
agonistes
-


Joined: 24 Jun 2003
Posts: 1
Location: winnipeg, mb

PostPosted: Tue Jun 24, 2003 6:23 am    Post subject: phpMyAdmin errors Reply with quote

I keep getting this error when I run phpMyAdmin after following the guide:

Code:
Access denied for user: 'root@127.0.0.1' (Using password: YES)


Can someone please tell me what I'm doing wrong?
Back to top View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
os17fan
-


Joined: 21 Mar 2003
Posts: 531
Location: USA

PostPosted: Wed Jun 25, 2003 6:17 am    Post subject: Reply with quote

so your saying , that if you set a password in phpmyadmin script , thats the password for MySQL , i always wondered if that was my MySQL Password 8)

By the way , I got 3 phpbb2 forums on one server working , awesome :roll:


MYSQL AND ALL THAT STUFF IS EASY , VBGUNZ , YOU WERE RIGHT , PHPMYADMIN IS EASY TO CREATE NEW DATA BASES !
_________________
This web server is the best !
Back to top View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Wed Jun 25, 2003 7:22 am    Post subject: Reply with quote

The password you put into the phpMyAdmin config.inc.php file has to match the *current* MySQL password. Simply putting in a password in the config.inc.php file will not change or create a password for MySQL.

agonistes, it seems MySQL is running. You just have a conflict with the password. Does MySQL have a password? If not simply erase the password in the config.inc.php file, access phpMyAdmin, create the password and then re-edit the config.inc.php applying the new password.

Good luck :)

PS. Thanks for the cool compliment os17fan ;)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Daniel
-


Joined: 24 Jun 2003
Posts: 12
Location: Concord, NC

PostPosted: Wed Jun 25, 2003 5:33 pm    Post subject: Reply with quote

How do I password Protect the phpmyadmin folder via Abyss?
_________________
--Daniel
http://forums.pastrealm.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Wed Jun 25, 2003 5:47 pm    Post subject: Reply with quote

I haven't a copy in front of me but it is really simple. Create a user for yourself then go to security. Map the paths and you should be set to go. Good luck :)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
etheno
-


Joined: 04 Jul 2003
Posts: 8
Location: USA

PostPosted: Mon Jul 07, 2003 7:28 pm    Post subject: i screwed somethin up bad Reply with quote

i went through the tutorial step by step, everything seemed to be going well, i started up the phpMyAdmin, all is still well, but then i go to set the passwords and get the error message:
Quote:
Access denied for user: 'root@127.0.0.1' (Using password: NO)


so i go back through the tutorial, i try it again, i set the passwords in the config.inc.php (using PHPedit) to the same thing as i set my passwords in the phpMyAdmin.

still no luck, now when i open the http://localhost/phpMyAdmin/ i get the error message in each of the frames, instead of just when i click on privelages.

i guess im wondering, without phpMyAdmin, is there a way to set or unset the passwords, using only the MySQL? if so, how?
Back to top View user's profile Send private message Visit poster's website AIM Address MSN Messenger
Ruby-Master
-


Joined: 11 Jul 2003
Posts: 3

PostPosted: Fri Jul 11, 2003 6:12 pm    Post subject: Reply with quote

i can not acsess any file but index.php in PhpMyAdmin... it writes me a 404 error... what shuld i do?
Back to top View user's profile Send private message ICQ Number
Blaine
-


Joined: 12 Jul 2003
Posts: 1

PostPosted: Sat Jul 12, 2003 2:33 pm    Post subject: Reply with quote

I am getting crazy. All I get is this dumb error that means nothing to me.

Access denied for user: 'root@127.0.0.1' (Using password: NO)

What the hell is that suppossed to mean?

And what do replace those lines with? I never got the original code, and I still don't have it. Couldn't you just put the words in there instead of telling me to fix the code I just replaced? I am confused.
Back to top View user's profile Send private message
musashi
-


Joined: 12 Jul 2003
Posts: 1

PostPosted: Sat Jul 12, 2003 6:42 pm    Post subject: Reply with quote

when i go to "http://localhost/phpMyAdmin" it says page can not be displayed stuff also when i try doing plain mysql without abyss it doesn't work (the mysql)

now what i think is that since optonline disables port 80 (the standerd webpage port) so people can't connect to me is there a way to change which port it connect through? however, the control panel shouldn't be not working with that but i did everything correctly (i have no pw protection for mysql since i installed it the same day and abyss i didn't pw protect it and i followed everything closeley)

everything is working i have php mysql abyss
Back to top View user's profile Send private message
vbgunz
-


Joined: 02 Feb 2003
Posts: 615
Location: Florida

PostPosted: Sat Jul 12, 2003 8:01 pm    Post subject: Reply with quote

To Etheno,

Did you solve the problem? Your quote refers to MySQL already being protected but you are supplying the wrong password in the phpMyAdmin config.inc.php file. Double check your password in that file.

To Ruby-Master,

You've most likely got the phpMyAdmin directory in the wrong place OR you are mapping to phpMyAdmin incorrectly :( Try again and those 404 errors should disappear when you got it right. Double check and make sure phpis running smoothly on your system.

To Blaine,

Most likely your problem is related to Ethenos. Your MySQL is running but with different credentials compared to the one you supplied in the phpMyAdmin config.inc.php file. Just double check the password in your config.inc.php file.

To musashi,

You need Abyss to run the http side of your setup. MySQL is a database server and will run without Abyss but unfortunately Abyss is needed in order to visit any webpages. I've recently had a friend run into a problem not being able to connect to his global IP because of a router issue but was able to successfully connect it to it using "localhost". Give it a try.

To all,

Sorry I couldn't get to answering and offering any ideas sooner. I've been hard at work on a project and am currently nearing its completion. I am afraid I might be unable to offer any more help on a regular basis and I would like to ask for someone to take over this thread. My guides are open source and are for the public domain. I would like credit for them but a simple thank you is cool too :)

I will try to help as much as I can until someone is able to take it over so for right now I would like to know if you guys got your problems solved and if so how? Please post it back for others to benefit from :)

I hope you people get it solved as there is nothing in the world better than what you expect in a good working order :)

Good luck everyone ;)
_________________
Victor B. Gonzalez
http://aeonserv.com
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
KyrahJade
-


Joined: 20 Apr 2003
Posts: 3

PostPosted: Sun Jul 13, 2003 4:15 am    Post subject: Needs PHP-Mysql? Reply with quote

Having a few problems with phpMyAdmin...

Here's the error in full:


Notice: Undefined variable: suffix in /home/kyrahjade/abyssws/htdocs/scripts/phpMyAdmin/libraries/common.lib.php on line 260
cannot load MySQL extension,
please check PHP Configuration.
Documentation
_________________
The only thing constant in the world is change.
Back to top View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
DisneyFan25863
-


Joined: 13 Jul 2003
Posts: 2

PostPosted: Sun Jul 13, 2003 6:37 am    Post subject: Reply with quote

I keep getting 404 errors when I try and access http://localhost/phpMyAdmin

Any ideas?
Back to top View user's profile Send private message Visit poster's website
rush_11
-


Joined: 13 Jul 2003
Posts: 5

PostPosted: Sun Aug 03, 2003 12:49 am    Post subject: Reply with quote

I get the error called "Page cannot be found" Hey, when you say if php is running, are you talking about Abyss or MySQLAdmin, if there is something else I need please tell me..

___________________________

Please help me someone. :D :( :cry:
Back to top View user's profile Send private message AIM Address
Praetorian
-


Joined: 12 Aug 2003
Posts: 3

PostPosted: Tue Aug 12, 2003 4:25 pm    Post subject: Error Reply with quote

cannot load MySQL extension,
please check PHP Configuration.
I went through each step and it was fine but I dont know why it wont work... I dont believe that I installed PHP wrong.. I did install the 5.0 package instead of the 4 I dont know whats wrong please help I really need phpmyAdmin and mysql to work
_________________
// Praetorian
Back to top View user's profile Send private message
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Wed Aug 13, 2003 10:46 am    Post subject: Reply with quote

Hi. Which version of PHP are you using: the executable file or the zipped file? I find it makes a difference, because one version (the zipped package) has built-in MySQL support, and gives less problems than the other version (the installer).

I'm talking about the Windows binaries of PHP, of course.
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
Praetorian
-


Joined: 12 Aug 2003
Posts: 3

PostPosted: Thu Aug 14, 2003 6:11 pm    Post subject: you know.... Reply with quote

I am an idiot I did one small little mistake and I did not realize it and it screwed up the whole thing but I have it working now and it is good so I appreciate the responce but I got it working THANKS :D
_________________
// Praetorian
Back to top View user's profile Send private message
DLashley
-


Joined: 18 Dec 2002
Posts: 207
Location: New York, NY

PostPosted: Mon Aug 18, 2003 5:36 pm    Post subject: Reply with quote

You're welcome. :)
_________________
DLashley
Back to top View user's profile Send private message Visit poster's website
binaire
-


Joined: 24 Aug 2003
Posts: 1

PostPosted: Sun Aug 24, 2003 6:31 pm    Post subject: There is my problem Reply with quote

Code:
#2003 - Can't connect to MySQL server on 'localhost' (10061)


What the?

And when I try to put the "phpmyadmin" in a virtual path, they said that I have a Bad path!
Back to top View user's profile Send private message
chatters2222
-


Joined: 03 Sep 2003
Posts: 6

PostPosted: Tue Sep 09, 2003 12:55 am    Post subject: OMG! Thanks! Reply with quote

Hey thank you so much!!!! My website is :arrow: hosting.blackhole.at but this will work great! :twisted: :wink: :!:
Back to top View user's profile Send private message
Diablo2
-


Joined: 11 Sep 2003
Posts: 2

PostPosted: Tue Sep 16, 2003 9:14 pm    Post subject: Reply with quote

guy , can someone tell me what does this mean , i got this error accessinf when i copy the index.php from myphpAdmin to htdoc folder to execute it:

Warning: main(./libraries/grab_globals.lib.php): failed to open stream: No such file or directory in C:\Program Files\Abyss Web Server\htdocs\index.php on line 9

Fatal error: main(): Failed opening required './libraries/grab_globals.lib.php' (include_path='.;c:\php4\pear') in C:\Program Files\Abyss Web Server\htdocs\index.php on line 9
hrlp me guy :cry:
Back to top View user's profile Send private message
live_u4
-


Joined: 20 Sep 2003
Posts: 3

PostPosted: Sun Sep 21, 2003 1:19 pm    Post subject: #2003 - Can't connect to MySQL server on 'localhost' (10061) Reply with quote

I also had the red light. Tried everything and nothing but... I got the key!!!! In my case, it was a bad character in the my.ini file

I had:

Code:

[mysqld]
basedir=C:\xpath\database\mysql
datadir=C:\xpath\database\mysql\data\


Instead of:

Code:

[mysqld]
basedir=C:/xpath/database/mysql/
datadir=C:/xpath/database/mysql/data/


**Note the difference between "Slashes" \ instead of /

Perhaps, this is the reason some guys when re-installing with default parameters made it work. Also, i guess this is one of the most common problems with mysql connection tru PHPmyAdmin
Back to top View user's profile Send private message
KillJoyMOD
-


Joined: 01 Oct 2003
Posts: 1

PostPosted: Thu Oct 02, 2003 4:26 am    Post subject: Reply with quote

Security Alert! The PHP CGI cannot be accessed directly.
This PHP CGI binary was compiled with force-cgi-redirect enabled. This means that a page will only be served up if the REDIRECT_STATUS CGI variable is set, e.g. via an Apache Action directive.

For more information as to why this behaviour exists, see the manual page for CGI security.

For more information about changing this behaviour or re-enabling this webserver, consult the installation file that came with this distribution, or visit the manual page.



****what does this mean, i went through all the other parts of the Tut, and everything else works fine, i have a green light and everything, but when i went to http://localhost/phpmyadmin/ it brings up that message?, what can i do to fix that?
_________________
[img]http://www.theslaved.com/accounts/KJ_Mouse/KJ1.jpg
[/img]
Back to top View user's profile Send private message MSN Messenger
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sat Oct 04, 2003 1:12 pm    Post subject: Reply with quote

KillJoyMOD,

Please read http://www.aprelium.com/forum/viewtopic.php?t=2485 .
_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Markisus
-


Joined: 09 Oct 2003
Posts: 3

PostPosted: Thu Oct 09, 2003 9:32 pm    Post subject: Not working Reply with quote

Hey, I'm new. When I click on priveleges, it sends me to an action canceled page. Any suggestions?
Back to top View user's profile Send private message AIM Address Yahoo Messenger
RenaissanceHero
-


Joined: 22 Feb 2003
Posts: 9

PostPosted: Tue Oct 21, 2003 6:38 am    Post subject: Reply with quote

VBGUNZ:

I followed you tutorial....and I did the install No Problem....but I am still having problems with the Password portion.

In the config.inc I changed the lines as follows:

$cfg['Servers'][$i]['user'] = 'BOB';
$cfg['Servers'][$i]['password'] = '1234';



but if I do these settings, above, I get the unauthorized user BS. without the pass and user in MYSQL my.ini, the program works fine.......

Question: does it really matter that I dont have a password????

Of course PhPAdmin says that this is a security risk....blah....and in your opinion...if I should fix this, what am I missing???

Thanks again...
Back to top View user's profile Send private message
Karasu Kami
-


Joined: 22 Sep 2003
Posts: 712
Location: Colorado

PostPosted: Tue Oct 21, 2003 8:32 am    Post subject: well Reply with quote

well i dont use a password, thats why i installed without errors the first try.

And its only a security risk when mysql is actually NEEDED ...lol
_________________
Thank you all. Aprelium most importantly.
*Some may not be complete*
http://paeon-hosting.com
http://quartermoon.info
http://loc.paeon-hosting.com
http://genjipoetry.paeon-hosting.com
Back to top View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
RenaissanceHero
-


Joined: 22 Feb 2003
Posts: 9

PostPosted: Tue Oct 21, 2003 8:42 am    Post subject: Reply with quote

I figured it out.....

the my.ini is really useless....or at least appears to be.

I opened a command prompt and did it manually...

cd c:\mysql\bin\ at the commmand prompt

then input mysqladmin -u root password xxxxxx

xxx being the pass word

then changed the lines in the config.inc file....

user=root
password=xxxxxx

Works like a charm...
Back to top View user's profile Send private message
JSand1990
-


Joined: 08 Nov 2003
Posts: 1

PostPosted: Mon Nov 10, 2003 2:46 am    Post subject: Reply with quote

when i try to go to http://localhost/phpMyAdmin it doesnt work http://67.81.216.240:4455/phpMyAdmin doesnt work either. is something wrong with my aliases? when i go to http://67.81.216.240:4455/scripts/phpMyAdmin/. it says
Quote:

Welcome to phpMyAdmin 2.5.4

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error

MySQL said:

#1045 - Access denied for user: 'root@localhost' (Using password: YES)

[Documentation]

is something wrong?

EDIT: i found out what was wrong with my aliases, but i still need to figure out why i get that error.
Back to top View user's profile Send private message
Seany
-


Joined: 09 Nov 2003
Posts: 11
Location: Ireland

PostPosted: Mon Nov 10, 2003 3:09 pm    Post subject: php admin Reply with quote

I followed your instructions, and I am getting nothing at all just the abyss
default page I have mysql it says its running ok i have the green light but i dont think its right as when I open it there is no details in there can you help on this plz.

Have a look here I have put my setting on line and you will see the it still opens in the default index page.

http://www.chanoela.tk
_________________
Seany
Back to top View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Tutorials All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 2 of 7

 
Jump to:  
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 vote in polls in this forum


Powered by phpBB phpBB Group