Google Certified Professional Data Engineer

Sign Up Free or Log In to participate!

sudo apt-get install sql-client is not working!!

sudo apt-get install sql-client is not working instead "sudo apt reinstall mariadb-server" is working . I believe video needs to be updated

1 Answers

Hi Saurabh

Nice catch! The command is failing because since this video was recorded the default boot disk for Compute Engine VMs has changed from Debian 9 to Debian 10. As you discovered, instead of mysql you now need to specify mariadb

You can still just install the client though with:

sudo apt-get install mariadb-client

Thanks!

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?