|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
MySQL prompt in OS X Terminal
How do I get the mysql> prompt in the terminal in OS X?
When I get the prompt, will I be able to do sql queries? Paul Kudrle |
|
#2
|
||||
|
||||
|
type:
mysql -uusr_name -p then type your query like so: mysql>select * FROM table; this is provided that you installed from the Entropy binaries & installer and MySQL is running. You can always run TOP from command line to see. Cheers |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > MySQL prompt in OS X Terminal |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|