pixeltrace Posted November 23, 2006 Share Posted November 23, 2006 guys,i need help. i dont know if this is the proper page for me to ask this helpbut i need help on how to install phpmyadminwherein the first option is just thru ftp access.how should i do this?thanks! Quote Link to comment Share on other sites More sharing options...
marcus Posted November 23, 2006 Share Posted November 23, 2006 Well, if you're looking for phpmyadmin to be installed on a cPanel you're going to have to ask your host to do it, or manually do it (linux).Or get your own "localhost."http://www.apachefriends.org/en/xampp.htmlhttp://www.wampserver.com/en/ Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 23, 2006 Share Posted November 23, 2006 Huh! phpMyAdmin is a PHP script. All you have to do is upload the phpMyAdmin folder to your host and then you'll need to edit the config.inc.php file to your needs.Anyway if your host has cPanel then phpMyAdmin should be installed as it comes with cPanel. Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 23, 2008 Share Posted October 23, 2008 Hi Guys, I am currently using phpmymdmin 2.11.6 setup. I currently have created new a config folder in my phpmymdmin directory folder. When I go to save my configuration the " SAVE " button in the phpMyAdmin 2.11.6 setup is grayed out. Can someone tell me why is this happening? E-mail me please. ??? ??? ??? ??? ??? thx Jay Quote Link to comment Share on other sites More sharing options...
aeonsky Posted October 23, 2008 Share Posted October 23, 2008 Take a look at this... PHPMinAdmin, faster and less bloated than PHPMyAdmin. Most of the original functionalities are there. One file, nothing to install, just upload and run. http://phpminadmin.sourceforge.net/ Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 24, 2008 Share Posted October 24, 2008 Hi Guys, Thanks you all for the help thus far... however the issue I have still exist. I am currently using phpmymdmin 2.11.6 setup. Downloaded from http://sourceforge.net/project/showfiles.php?group_id=23067&package_id=16462 ... It was suggested I use http://phpminadmin.sourceforge.net/. I do not understand or how to use it at all. I currently have created new a config folder in my phpmymdmin directory folder. How do I edit a or the "config.inc.php" When I go to save my configuration the " SAVE " button in the phpMyAdmin 2.11.6 setup is grayed out. Folks, I need someone tell me why is this happening? MORE IMPORTANTLY, how to correct it. This is running on my dell locally. E-mail me please. ??? ??? ??? ??? ??? thanks Jay Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 24, 2008 Share Posted October 24, 2008 What OS are you running? If you're using a *nix derivative then you'll need to make sure the config/ directive is writeable. Alternatively you could click the Download button instead and then save the generated file into the root of your phpMyAdmin's folder. Another option is to just copy the config.default.php file in the libraries/ folder to the root of your phpMyAdmins folder and then rename it to config.inc.php. Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 24, 2008 Share Posted October 24, 2008 Hi, Thanks for responding. I am on a windows platform. I did exactly as you said " copy the config.default.php file in the libraries/ folder to the root of your phpMyAdmins folder and then rename it to config.inc.php. "and when I go to http://localhost/phpmyadmin/ I get the following... " Welcome to phpMyAdmin 2.11.6 phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. Error MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password: NO) Open new phpMyAdmin windowOpen new phpMyAdmin window " I used WAMP the latest version and I restarted all the services. So what do I do at this point? How do I set up my root and password so that I can begin creating databases with phpmyadmin? Is there something I need to reconfigure in the " config.inc.php. " thx jay Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 24, 2008 Share Posted October 24, 2008 WAMP comes with phpMyAdmin. You shouldn't need to (re)configure it. Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 24, 2008 Share Posted October 24, 2008 So what do I do at this point? How do I set up my root and password so that I can begin creating databases with phpmyadmin? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 24, 2008 Share Posted October 24, 2008 So what do I do at this point? How do I set up my root and password so that I can begin creating databases with phpmyadmin? WAMP has phpMyAdmin configured for you. To access phpMyAdmin open the WAMP taskbar icon, this will open a context menu. From the menu choose PHPMyAdmin. A web browser should open showing phpMyAdmin. Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 27, 2008 Share Posted October 27, 2008 Hi, Thank you sooo much! I was able to SUCCESSFULLY access my phpmyadmin page with no problem. Now unfortunately my MySQL is not accepting my password. I went into the command prompt for MySQL and SUCCESSFULLY changed my password then Restarted all services in my WAMP icon below. When I returned to " http://localhost/phpmyadmin/ " I got this error on my phpmyadmin page. " Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole. " I realize that WAMP 2 is an upgrade and things are very different on how a server is NOW set up. With that said, Is there something that I should be doing or could do to correct this problem? Thx Again jay Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 27, 2008 Share Posted October 27, 2008 Your now need to configure phpMyAdmin to use your new mysql username/password I recommend you to find phpMyAdmins configuration file (config.inc.php) and find the following line $cfg['Servers'][$i]['auth_type'] = 'config'; Change config to http instead. Now when you access phpMyAdmin a login prompt will be displayed. Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 27, 2008 Share Posted October 27, 2008 Hi, Okay I did exactly what you said and I did INDEED get a prompt window... however although my password was changed in the Command prompt in MySQL what would be my user name that the prompt is asking me for? I never changed anything with that. Furthermore, how would I change my username and where would that be? thx much Jay Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 27, 2008 Share Posted October 27, 2008 In order to change your password via the MySQL command line you still need to specificity a username for the password you're changing You most probably changed the password for the root user (which is the default user). try using root as the username Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 28, 2008 Share Posted October 28, 2008 Hi, I've started from scratch and re-installed my MySQL and I DID indeed get the Prompt for the "USER NAME" & "PASSWORD" prior to me login into PhpMyAdmin. I logged in with "root" and my "password". Subsequently, I went straight to PhpMyAdmin with ZERO PROBLEMS. Thank You Very Much!!! I am VERY NEW to PhpMyAdmin / MySQL so now, I'll need to know is how to create a database within PhpMyAdmin to keep a members information once they fill out a registration form. Later on, I wish to send an email blast from the database to the members containing their full name and e-mail address... what would be the best way to approach this? ??? ??? ??? Thank You Kindly Jay Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 28, 2008 Share Posted October 28, 2008 I'll need to know is how to create a database within PhpMyAdmin to keep a members information once they fill out a registration form. When you login to PMA there should filed called "Create New Database". Fill in your database name in the box then click the Create button and your database is created. You now need to setup your tables for your database. Quote Link to comment Share on other sites More sharing options...
mrjap1 Posted October 28, 2008 Share Posted October 28, 2008 Hi, I created the database in phpmyadmin. As far as tables goes does this came up in the window. Create new table on database register_form What would go into Name:---- Number of fields:---- ? So how does this work? Bear in mind I am a NEWBIE to phpmyadmin. Would I make a separate tables for example: first name last name phone e-mail or could all of these be in one table? thx jay Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted October 28, 2008 Share Posted October 28, 2008 I recommend you to read up on the basics of MySQL such as creating databases/tables. INSERT/UPDATE/DELETE/SELECT Queries etc. phpMyAdmin allows you to manage MySQL databases. If you don't know MySQL you wont be able to use phpMyAdmin. Got to tizag.com for such tutorials on the basics of MySQL. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.