Jump to content

new to SQL ..where do i start

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
the_code_charmer

the_code_charmer

    Learning Programmer

  • Members
  • PipPipPip
  • 68 posts
hi i just downloaded mySQL server 5.0 and am in the bin folder and whenever i try to start the mysql development tool.....so i can do my homework... it tells me

"cannot connect to MySql server on 'localhost'
any help in getting this going is much appreciated...thanx

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Are you in Windows or Linux? What development tool are you trying to start? Do you mean the Daemon (mysqld)? Show us what command you execute and the output (copy/paste please).

#3
the_code_charmer

the_code_charmer

    Learning Programmer

  • Members
  • PipPipPip
  • 68 posts
i'm running windows vista and am running MySQL community server and when i try to open the development tool for the tables it tells me cannot connect to MySql server on 'localhost'" . it gives me that message when i try to open mysql.exe.

#4
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,298 posts
you need to provide username and password to the mysql.exe as that is a command line interface to mysql.

I'd suggest you download their GUI tools which is actually powerful enough for most uses.

MySQL :: MySQL GUI Tools Downloads

#5
shokosugi

shokosugi

    Newbie

  • Members
  • PipPip
  • 10 posts
get a Book or read some of the online tutorials on mysql/sql.

get SQLYog to help you administer/code.

mysql (.) org is a great start.

Edited by WingedPanther, 31 October 2008 - 04:39 AM.
Double post