Difference between revisions of "Pi MySql"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
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 16:49, 21 November 2016
Contents
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