MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
  #1  
Old November 25th, 2002, 02:28 PM
AmericanD AmericanD is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 81 AmericanD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
How to install mysql in windows ?

hey all,

i had this article on how to install apache, mysql and all in windows but i ended up removing those software since they were old versions.

can anyone guide me how do i install mysql and all those on my windows please. i am willing to do this tutorial here http://www.devarticles.com/art/1/101 .

thanks
__________________
Hungry for Code

Programming works best with a team over one single person

Reply With Quote
  #2  
Old November 25th, 2002, 03:16 PM
crazytrain81 crazytrain81 is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 232 crazytrain81 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Installing mysql in windows is just a amtter of running the installation file (or windows binary, .exe). Once it's installed you should see the winmysqladmin.exe stoplight in the bottom right, with a green light.

Reply With Quote
  #3  
Old November 25th, 2002, 08:24 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Once you have run the install file. As crazytrain81 said you should see a traffic light icon in your system tray. If you do not, open c:\mysql\bin and manually run the winmysqladmin.exe file. On the first time you run it, it may ask for a username/password. Just insert your own in there.

Reply With Quote
  #4  
Old November 25th, 2002, 10:16 PM
AmericanD AmericanD is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 81 AmericanD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
errr getting started is the hardest part

ben the above mentioned stuff is all clear and understandable.

I need more info on after i install mysql how do i link php files to it and how do i link c++ programs to it and stuff too.. any help would be appreciated. win 2000 here but also have red hat installed a few days back. i dont know much about red hat but i'm learning.

now i gotta figure out how to install apache on 7.3

Reply With Quote
  #5  
Old November 25th, 2002, 10:26 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Ok, do you have php installed correctly on your server?

Most PHP versions for windows have mysql support as a standard.

Once you have PHP installed, try opening a connection to the database with the following code

$dbconn = mysql_connect("localhost","root")

if($dbconn)
echo "connection successful";

Reply With Quote
  #6  
Old November 25th, 2002, 10:29 PM
AmericanD AmericanD is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 81 AmericanD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
No I removed php and apache from win 2000 but now i want to do this all in linux. will see how to install apache on linux (ive ordered 2 books from amazon, lets see if those help)

anyway for that above mentioned article it says C++ with mysql.. how would i do that ? the similar code u mentioned above ? just like php ?

ben i need to talk to you in person too. how about MSN or anything ? just to keep in touch.

Reply With Quote
  #7  
Old November 26th, 2002, 11:46 AM
crazytrain81 crazytrain81 is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 232 crazytrain81 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
EDIT:double submitted =(

Reply With Quote
  #8  
Old November 26th, 2002, 11:47 AM
crazytrain81 crazytrain81 is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Posts: 232 crazytrain81 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
C++ has it's own distinct code for connecting to databases, you'll probably need to get your hands on a mysql library for C++ and learn the objects.

Reply With Quote
  #9  
Old November 26th, 2002, 08:12 PM
AmericanD AmericanD is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 81 AmericanD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
ok thanks

Reply With Quote
  #10  
Old November 26th, 2002, 11:25 PM
Ben Rowe
Guest
Dev Articles Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
I usually dont do this, but my msn is URL

Reply With Quote
  #11  
Old November 27th, 2002, 06:46 AM
AmericanD AmericanD is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Posts: 81 AmericanD User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
got it, thanks Ben

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > How to install mysql in windows ?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway