veryconscious Posted January 11, 2007 Share Posted January 11, 2007 Afternoon all, how is everyone today?I'm afraid I'm gonna ask a horrendously simple newbie question, but I've had a look around and couldn't see anything to answer it...I'm just starting out with PHP/MySQL and although I've done a bit of PHP I've not tried to integrate it with MySQL yet. I'm bewildered already with this talk of "command line" and how to use phpmyadmin properly. I've installed phpmyadmin but it asks me for a username and password to log in, and frankly (this is where y'all get to ridicule the noob) I have no idea what username or password I need to enter. Is it something I need to set up whilst installing phpmyadmin?I shall now go hang my head in shame, but anything you guys can do to help me get started on the rocky road to dynamic web nirvana would be much appreciated.Big love. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted January 11, 2007 Share Posted January 11, 2007 When you are logging in to PMA (phpMyAdmin) you provide the username/password details for the user you want to login to MySQL. MySQL sets up a default user during installation which is [b]root[/b] with no password setup.So enter root for the username and leave the password field blank. You should now be logged in to phpMyAdmin. Your can set a password for the root user when you are logged in (this is recommended for security reasons). You can also setup more users too whilst logged in to PMA. Quote Link to comment Share on other sites More sharing options...
noobstar Posted January 12, 2007 Share Posted January 12, 2007 Here is a good place to start learning on how to combine PHP with Mysql[url=http://www.w3schools.com/php/php_mysql_connect.asp]http://www.w3schools.com/php/php_mysql_connect.asp[/url]When you keep clicking [Next] on the bottom of the page from the link above it will show you more examples and info.Good luck ;) Quote Link to comment Share on other sites More sharing options...
veryconscious Posted January 12, 2007 Author Share Posted January 12, 2007 Many thanks for that guys 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.