How to test MySQL on Linux Mint 14
Posted: Wed Jan 22, 2014 9:32 am
Hi everybody,
I've installed XAMPP on Linux Mint 14 successfully. PHP works perfectly, but I need to test MySQL. How can I do that? I've found a lot of tutorials to test MySQL, but to do that first I need to access the MySQL shell using the following command:
[text]mysql -u root -p[/text]
Problem is that, when I'm issuing that command from Terminal, it's showing the following message:
[text]The program 'mysql' is currently not installed. You can install it by typing:
sudo apt-get install mysql-client-core-5.5
[/text]
How can I overcome this problem and test MySQL on Linux Mint?
Please help experts.
Thanks in advance.
I've installed XAMPP on Linux Mint 14 successfully. PHP works perfectly, but I need to test MySQL. How can I do that? I've found a lot of tutorials to test MySQL, but to do that first I need to access the MySQL shell using the following command:
[text]mysql -u root -p[/text]
Problem is that, when I'm issuing that command from Terminal, it's showing the following message:
[text]The program 'mysql' is currently not installed. You can install it by typing:
sudo apt-get install mysql-client-core-5.5
[/text]
How can I overcome this problem and test MySQL on Linux Mint?
Please help experts.
Thanks in advance.