Skip to content

Commit ade143f

Browse files
committed
Sudo also mysql.
1 parent 244a360 commit ade143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sesion1.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"outputs": [],
8080
"source": [
81-
"!mysql -e \"ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'\""
81+
"!sudo mysql -e \"ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root'\""
8282
]
8383
},
8484
{

0 commit comments

Comments
 (0)