I'm trying to open a command prompt window to my MySQL server. From reading online, I should be able to use
However, I don't have MySQL on my laptop, so it doesn't recognise the MySQL command. Is there a way to connect, or do I have to install MySQL on my laptop so that I have the proper files?
MySQL is totally new to me (I'm an MS Access guy), so I might not be providing enough information. If not, please forgive me and I'll try to provide the information that you request to the best of my ability.
Code:
/usr/local/mysql/bin/mysql -h hostname ...other options...
MySQL is totally new to me (I'm an MS Access guy), so I might not be providing enough information. If not, please forgive me and I'll try to provide the information that you request to the best of my ability.
Comment