Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
21
rated 0 times [  21] [ 0]  / answers: 1 / hits: 58627  / 1 Year ago, mon, may 29, 2023, 6:55:07

I downloaded MySQL's rpm bundle from the site, converted it to a .deb file using alien and installed it by saying sudo dpkg -i mysql-server_5.6.14-2_amd64.deb. However, when I say mysql in the command line, it gives an error that it is not installed. What do I do?



I am on Ubuntu GNOME 13.10 64-bit


More From » mysql

 Answers
1

Run this command on terminal



sudo apt-get install mysql-client



After install MySQL client you can use 'mysql' command. If you want to install MySQL server you have to run following command.



sudo apt-get install mysql-server


[#28610] Wednesday, May 31, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bearous

Total Points: 226
Total Questions: 116
Total Answers: 136

Location: Guernsey
Member since Sun, Jan 10, 2021
3 Years ago
;