LoginSignup
0
1

More than 5 years have passed since last update.

【Vagrant】pythonで簡易のAPIサーバを立てる

Posted at

案の定はまったのでメモ

以下の手順で解決

1・pipを使えるようにする
2・MySQLdbをpip installできない。このサイトを参考に解決
3・Phantomjsが使えない。このサイトを参考に解決
4・mysqlでテーブルにINSERTしようとしたらできなかった。DBのcollation、charsetの設定がutf8ではなかったのが原因。このサイトを参考に解決
5・次はmysqlサーバに外部接続できなかった。このサイトを参考に解決 
mysql> GRANT ALL PRIVILEGES ON *.* TO root@'192.168.%' IDENTIFIED BY 'root のパスワード' WITH GRANT OPTION;

TODO: 後日コマンドを明記しまとめる

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1