# pyinstaller

http://bluebead38.blogspot.kr/2017/06/python-exe-openpyxl-requests.html
pyinstaller -F -n WinApp.exe main_process.py

http://cafe.daum.net/_c21_/bbs_search_read?grpid=1V0Ky&fldid=eEPA&datanum=5&q=exe&_referer=V7kfJwkeLEGMZxGlgqZEmYVHqBrX2OhS
pyinstaller -w --onefile C:\Users\f5074\PycharmProjects\Python\program\program_10.py

# python mysql

[WinError 10061] 대ėƒ ėģ´í“¨í„°ė—ė„œ ė—°ę˛°ė„ ęą°ëļ€í–ˆėœŧë¯€ëĄœ ė—°ę˛°í•˜ė§€ ëĒģ했ėŠĩ니다)
https://zetawiki.com/wiki/MySQL_%EC%9B%90%EA%B2%A9_%EC%A0%91%EC%86%8D_%ED%97%88%EC%9A%A9

INSERT INTO mysql.user (host,user,authentication_string,ssl_cipher, x509_issuer, x509_subject) VALUES ('%','root',password('1234'),'','','');
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%';
FLUSH PRIVILEGES;

# python ė¸ėŊ”딊 ëŦ¸ė œ

2018-11-10 08:38:25,927,'utf-8' codec can't decode byte 0xb5 in position 174: invalid start byte<class 'UnicodeDecodeError'>

http://ifyourfriendishacker.tistory.com/5

Last Updated: 4/13/2025, 11:14:44 PM