This is a discussion on "MySql help" within the Databases section. This forum, and the thread "MySql help are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
MySql help
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
I am new to this whole PHP & MySQL stuff. Is there a way to connect to a database that is hosted on your computer. I have downloaded the Microsoft SQL Server 2005 onto my computer and was wanting to know if there is a way to connect to it.
Last Blog Entry: First Post! (Apr 18th, 2008)
|
|
|
|
#2
|
|||
|
|||
|
Re: MySql help
Quote:
Quote:
A good starter kit for testing on your local machine and learning how its done can be found at http://www.apachefriends.org/en/xampp.html . Just download the self-extracting installer and unzip it to a drive root (Ex. C:\\ or D:\\ ). Good luck!
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#3
|
|||
|
|||
|
Re: MySql help
Definately go with Xampp. Phpadmin, mysql and an Apache server...can't beat it. excellent help files and easy to use.
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
|
|
#4
|
||||
|
||||
|
Re: MySql help
It completely depends on what type of work you are doing. If you are doing .NET work, use MSSQL (or Oracle) and if your doing PHP use MySQL. I have just installed Xampp on my laptop and it is superb
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#5
|
|||
|
|||
|
Re: MySql help
I use localhost to setup php sites and use SQL Manager this is probably the best for testing local MySQL connections, also you will need to create a connections file to connect to the server, if you use Dreamweaver you can do this by installing MXKollection this enable you to create database connections etc.
A connection for localhost connecting to SQL Manager usually looks a little like this:
Hope this Helps Jamie www.2jdesign.co.uk Last edited by karinne; Jul 27th, 2007 at 12:07. Reason: Please use [ php ]...[ /php ] tags when displaying PHP code. |
![]() |
| Tags |
| microsoft sql connection |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP MySQL | ccandeland | Databases | 3 | Nov 17th, 2007 10:19 |
| Mysql/php | marie2007 | PHP Forum | 7 | Jul 10th, 2007 13:20 |
| Mysql | Paul00000001 | Databases | 7 | Sep 13th, 2006 21:48 |
| ASP and MYSQL | QuikFrozen | Classic ASP | 3 | Aug 16th, 2006 17:58 |
| Mysql | Physt | Databases | 1 | Aug 18th, 2004 21:45 |