If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > *Really* a newbie to MySQL...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-04, 10:54
Chime Chime is offline
Registered User
 
Join Date: Nov 2004
Posts: 3
*Really* a newbie to MySQL...

Hello there everyone of dBforums... I have found this wonderful place in hope of a few questions being answered.

I'm needing to now use MySQL on a site and I have no clue how.
I am hosted on the Net by a wonderful person who has assigned me a dbname, a username, and a password for MySQL. HOWEVER, I have no idea how to access the database/MySQL. Which program(s) do I need to do it or is there other information I should get from my host? Just wondering if anyone here can set me off on the right path to entering the world of MySQL and if anyone has the time or patience to help a clueless newbie .

Thank you,
Chime.
Reply With Quote
  #2 (permalink)  
Old 11-10-04, 08:22
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
Once you are logged into your ISP type something like the following :

mysql -u yourusername -p yourpassword

you will then be accessing mysql

As for tutorials etc:

1) use the MySQL Tutorial part of the mysql documentation here:
http://dev.mysql.com/doc/
(you will have to decide which version of the docs you are going to download)

2) This one is pretty in depth as well:
http://www.webdevelopersnotes.com/tu...sql/index.php3
Reply With Quote
  #3 (permalink)  
Old 11-10-04, 18:17
JohnStrecker JohnStrecker is offline
Registered User
 
Join Date: Sep 2004
Posts: 39
HI

I don't think there is a blank between -p and yourpassword

I use

mysql -u myname -pmypassword

I learned SQL with SAM's "Teach yourself SQL in 10 minutes" which I was told is the "unchallenged" reference. I find it infinitely clearer than any info I could find on the mysql site.


Have fun
One line at a time
Reply With Quote
  #4 (permalink)  
Old 11-12-04, 09:29
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
If you want to "talk" to a remote MySQL database you shold check out the tools such as MySQL Admin or dbTools offerings - both work
Matthew
Reply With Quote
  #5 (permalink)  
Old 11-13-04, 11:15
Chime Chime is offline
Registered User
 
Join Date: Nov 2004
Posts: 3
Hey everyone, thanks SO much for your replies they have been very helpful....
I have a couple of questions ... this is going to sound so idiotic yet I have to do it: where am I typing "mysql -u username".... etc. etc.? I thought I knew where it went but..... I obviously don't because it didn't work lol.... and also what sort of things do the programs you mentioned do, healdem?

Thanks so much again,
Chime.
Reply With Quote
  #6 (permalink)  
Old 11-15-04, 11:57
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
Log into the box your friend has given you permission to use.
Once there then type directly on a command line in a shell window.
Reply With Quote
  #7 (permalink)  
Old 11-18-04, 17:18
Chime Chime is offline
Registered User
 
Join Date: Nov 2004
Posts: 3
The box? I don't know if she has given me everything I need, or if I just don't know how to do it.... we're both not very knowledgeable about this stuff ...
Reply With Quote
  #8 (permalink)  
Old 11-19-04, 02:36
Sudar Sudar is offline
Registered User
 
Join Date: Jul 2004
Location: Mars
Posts: 137
Thumbs up

Hai Chime,

To help you better, kindly explain your situation a little more better. Give information about the location of the MySQL server, Your machine operating system, applications that you have related to MySQL and also briefly tell us what you want to achieve with MySQL (create new tables or access tables which r already present etc)

Don't feel that you r not very knowledgeable. Every one started as newbie...
__________________
Sudar

--
My Blog
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On