Want to access my database file from the www folder of my wampserver! Pls HELP ME

Reply

Join Date: Jul 2007
Posts: 55
Reputation: atplerry is an unknown quantity at this point 
Solved Threads: 3
atplerry atplerry is offline Offline
Junior Poster in Training

Want to access my database file from the www folder of my wampserver! Pls HELP ME

 
0
  #1
Aug 14th, 2008
I have a php webpage file that contain all the file and the code i want to edit that database content from all the file extrcted from the www folder of the wamp serve rthat will be use to connect to the database pls where will i get the database from cause i have just install a new wamp server on my system pls help me out
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: Want to access my database file from the www folder of my wampserver! Pls HELP ME

 
0
  #2
Aug 14th, 2008
Wow, a big fan of run-on sentences myself. Are you asking about wamp on your local machine? Most versions of wamp come with phpmyadmin installed. Try putting this in the url:
http://localhost/phpmyadmin
Or, if you want to access the db via php use
  1. mysql_connect('localhost', 'root','');
Lost time is never found again.
- Benjamin Franklin
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 55
Reputation: atplerry is an unknown quantity at this point 
Solved Threads: 3
atplerry atplerry is offline Offline
Junior Poster in Training

Re: Want to access my database file from the www folder of my wampserver! Pls HELP ME

 
0
  #3
Aug 16th, 2008
Thanks a lot for your respond!

Really i have been working with php and mysql and i understand how it works but i dont know how to get the access to the database of a file unlike SQL Server that you will know where the database is store where you retrive the file from the server and make an edition to the database that is the exact thing that i want to do here!

What i am really saying is that i have a web application that is running online and i need to edit some other things on the information on the database before sending it bck to my server machine!


Originally Posted by buddylee17 View Post
Wow, a big fan of run-on sentences myself. Are you asking about wamp on your local machine? Most versions of wamp come with phpmyadmin installed. Try putting this in the url:
http://localhost/phpmyadmin
Or, if you want to access the db via php use
  1. mysql_connect('localhost', 'root','');
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: Want to access my database file from the www folder of my wampserver! Pls HELP ME

 
0
  #4
Aug 16th, 2008
Your host should have supplied you an admin panel. Inside should be phpadmin. It is a web application GUI that allows you to make changes to the db. If you don't have phpmyadmin in your console, mysqlcc is a decent alternative.
Lost time is never found again.
- Benjamin Franklin
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 55
Reputation: atplerry is an unknown quantity at this point 
Solved Threads: 3
atplerry atplerry is offline Offline
Junior Poster in Training

Re: Want to access my database file from the www folder of my wampserver! Pls HELP ME

 
0
  #5
Aug 17th, 2008
Originally Posted by buddylee17 View Post
Your host should have supplied you an admin panel. Inside should be phpadmin. It is a web application GUI that allows you to make changes to the db. If you don't have phpmyadmin in your console, mysqlcc is a decent alternative.
I have a wampserver that have phpmyadmin in it but i do not see the database that is in the phpmyadminpls i need your help on that!
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 596
Reputation: buddylee17 has a spectacular aura about buddylee17 has a spectacular aura about 
Solved Threads: 125
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro

Re: Want to access my database file from the www folder of my wampserver! Pls HELP ME

 
0
  #6
Aug 18th, 2008
Man, I still don't understand what you are asking. If your db is showing up in the phpmyadmin panel and you need to get the source files for the db, check in mysql/data.
Lost time is never found again.
- Benjamin Franklin
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the MySQL Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC