Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am a starter developer in PHP. I need clear instructions on how to install PHP and mySQL properly then get into developing.

Note:
I have installed easyPHP into my computer. It comes with Apache, PHP and mySQL. When I started creating a sample database into mySQL, I cannot seem to find the database I have created. Is there something wrong with my installation or there is a setting where I can have all the database to be visible in phpMyAdmin?

Please be patient with me. I have come from Microsoft Development and now I am developing PHP.

Thank you for all the help.
Posted

1. Make sure the apache and mysql are started.
2. on the browser address bar, enter http://localhost/home/[^]
you should get a web admin console like this screenshot[^].
3. You can then find the PhyMyAdmin under the MODULES section.
 
Share this answer
 
 
Share this answer
 
Comments
PIEBALDconsult 20-Mar-15 0:23am    
Please don't answer your own questions.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900