Search code examples
mysqlcmd

I need to know if there is any other way to use sql command line without cmd


Do i need to go to cmd and execute "mysql -u root -p" command first ,to execute mysql commands. Isn't there any direct method to use sql commands on mysql.


Solution

  • You can try using MySQL Workbench for executing sql commands instead of cmd. In the latest versions of mysql installer, MySQL Workbench exists by default. So you can also try to upgrade your sql version. You can download latest version as per your os by this link: download