8

I did custom installation for MYSQL and only included MySQL shell, server, and python connector but I don't know from where Java script came from and because of that I can't connect python and Mysql.

Image

Please help

Progman
  • 16,827
  • 6
  • 33
  • 48
Harsh Srivastava
  • 85
  • 1
  • 1
  • 7

2 Answers2

9

Just switch the execution mode to sql in the shell:

\sql
General Grievance
  • 4,555
  • 31
  • 31
  • 45
Haider Mansoor
  • 134
  • 1
  • 8
-1

[1. write " \sql " (this will convert SQL-JS to sql ] 2. write as shown in the image

\sql \connect root localhost