Pi MySql

From OpenCircuits
Revision as of 17:49, 21 November 2016 by Russ hensel (talk | contribs) (→‎make db)
Jump to navigation Jump to search

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