Connecting To The Tch Mysql Db

liunx

Guest
I use Dreamweaver MX to create Webpages. I have a testing server setup running win2k, IIS, MYSQL, PHP and PHPMyAdmin. This is working good, but when I am way from my house I cannot connect to my server. (Since I use DSL and I really dont want to open the ports on my router).<br /><br />How can I connect dreamweaver to the my SQL database to help create queries for my pages. <br /><br />Since I dont PHP very well, I depend on Dreamweaver to create the code for me. I have used the IP address and domain name as well to no avail.<br /><br />Thanks For your help in advance<!--content-->
Check out this offering from one of the TCH family:<br /><br /><a href="http://www.totalchoicehosting.com/help/textpagea9.htm" target="_blank">http://www.totalchoicehosting.com/help/textpagea9.htm</a><!--content-->
This may not really answer your exact question but as a PHP coder, I thought I could add my two cents.<br /><br />I also use Dreamweaver MX for design... but not for writing php. I've attempted to use Dreamweaver to write php code but it doesn't accomplish the task very well. The more involved you get with PHP, (or any server side code) the more likely you'll need to learn to code by hand. <br /><br />The good news is that you can very quickly cut and paste your past code into new pages and you're off and running. I use a php 'class' that I cut and paste into pages that will connect to a database.<br /><br />The second thing I would suggest (and you may have done this already) would be to upload a copy of phpMyAdmin. It's a fantastic way to manage your mysql database, add tables, perform queries, etc. I'd protect the directory (folder) where you install it with a password (.htaccess).<br /><br />Once you have phpMyAdmin installed, you can access your database and run queries from any internet connection (thus the secrurity steps I mentioned previously).<br /><br />You can download phpmyadmin here:<br /><a href="http://www.phpmyadmin.net/" target="_blank">phpmyadmin page</a><br /><br />It's hard to talk about this stuff without throwing tons of jargon around.<br /><br />Hope this helps a little.<!--content-->
surefire, <br /><br />we have phpMyAdmin installed for us in our cPanel.<br /><br />once your domain has resolved, goto <!-- w --><a class="postlink" href="http://www.yoursite.com/cpanel">www.yoursite.com/cpanel</a><!-- w --><br /><br />and there is a link to it....<!--content-->
 
Top