Difference between revisions of "Pi MySql"

From OpenCircuits
Jump to navigation Jump to search
Line 31: Line 31:
  
 
== make db ==
 
== make db ==
 +
 +
 +
 +
== for python ==
 +
and that did it the pip now worked then
 +
 +
<pre>
 +
pip install pymysql
 +
</pre>

Revision as of 17:49, 21 November 2016

next mysql


sudo apt-get install mysql-server --fix-missing  

set password ****** same as for others

sudo apt-get install mysql-client php5-mysql

sudo apt-get install mysql-workbench

mySql workbench now on menu


enable remote access

make non root user

misc

Restarting The MySQL service

sudo service mysql restart

make db

for python

and that did it the pip now worked then

pip install pymysql