Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > MySQL > Mysql Instalation

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-12-03, 09:40
Twahir34 Twahir34 is offline
Registered User
 
Join Date: Jul 2003
Location: UK
Posts: 2
Mysql Instalation

I have XP on my pc i have installed mysql i have downloaded an 18.1 mb zipped file from mysql download and the version is the latest which is 4.0 and i have not set my envoronment variable as yet and i know until i set it then its going to work but can any one help to put this write by tellling me what exaclty do i need to add in the environemnt tab.
Reply With Quote
  #2 (permalink)  
Old 07-13-03, 03:57
qha_vn qha_vn is offline
Registered User
 
Join Date: Jan 2003
Location: Vietnam
Posts: 188
dont think mysql need its env. variables to be set before i can run, it has default settings that meet most needs. just try to start the server, install a mysql server management software such as mysql-front, EMS... and start designing your tables.

hope this helps
__________________
qha_vn
Reply With Quote
  #3 (permalink)  
Old 07-13-03, 09:01
Twahir34 Twahir34 is offline
Registered User
 
Join Date: Jul 2003
Location: UK
Posts: 2
I have installed mysql and i have also installed mysql control centre which is a management program for gui but its still does not work i am getting an error saying it could not connecct to the server.






Quote:
Originally posted by qha_vn
dont think mysql need its env. variables to be set before i can run, it has default settings that meet most needs. just try to start the server, install a mysql server management software such as mysql-front, EMS... and start designing your tables.

hope this helps
Reply With Quote
  #4 (permalink)  
Old 07-13-03, 21:32
barry.b barry.b is offline
Registered User
 
Join Date: Jul 2003
Posts: 1
correct me if I'm wrong, but you'll need the ODBC drivers (download from the mySQL site) to get the control center and mySQL to talk to each other. this is mySQL version of ADO which allows all connectivity.
Reply With Quote
  #5 (permalink)  
Old 07-13-03, 23:07
qha_vn qha_vn is offline
Registered User
 
Join Date: Jan 2003
Location: Vietnam
Posts: 188
Quote:
Originally posted by Twahir34
I have installed mysql and i have also installed mysql control centre which is a management program for gui but its still does not work i am getting an error saying it could not connecct to the server.


could you be able to start mysql properly? can you go to command promt, cd to mysql\bin directory and type:

mysqladmin version

if there is something like

Server version 3.23.49-nt
Protocol version 10
.....

then you have successfully started the server. next step is to connect by mysql control center on localhost (the computer that runs mysql server) with user name 'root', no password by default.

if you cant get mysql reply, it means you havent started the server, pls goto mysql website, check how to start mysql server on windows 2000/xp machines and try to start it first.

hope this helps
__________________
qha_vn
Reply With Quote
  #6 (permalink)  
Old 07-13-03, 23:09
qha_vn qha_vn is offline
Registered User
 
Join Date: Jan 2003
Location: Vietnam
Posts: 188
Quote:
Originally posted by barry.b
correct me if I'm wrong, but you'll need the ODBC drivers (download from the mySQL site) to get the control center and mySQL to talk to each other. this is mySQL version of ADO which allows all connectivity.


we wont need to have odbc driver to for mysql server management software, odbc is for client connectivity.

hope this helps
__________________
qha_vn
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On