472,127 Members | 1,635 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,127 software developers and data experts.

Getting the "mysql" prompt

I installed MySQL4.0. No for creating a databse the help says like go
to "mysql>" prompt and then enter some commands. How do I get this
prompt ??

Apr 2 '06 #1
1 9644
techBoy wrote:
I installed MySQL4.0. No for creating a databse the help says like go
to "mysql>" prompt and then enter some commands. How do I get this
prompt ??

You will have to use the mysql command line tool, which is normally
called mysql and should be located in the mysql/bin directory.

Type:

mysql -u [username] -p

and replace [username] for the username you will use to login to mysql,
you will be prompted for a password because of the -p option.

See also: http://dev.mysql.com/doc/mysql/en/mysql.html

Jonathan
Apr 2 '06 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Gordan | last post: by
4 posts views Thread by Ravi | last post: by
7 posts views Thread by binary-nomad | last post: by
reply views Thread by vladimir.plotnikov | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.