How to change MySQL JS> to only MYSQL?

15.7k Views Asked by At

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

2

There are 2 best solutions below

1
On BEST ANSWER

Just switch the execution mode to sql in the shell:

\sql
0
On

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

\sql \connect root localhost