摘要:
最近用python做项目的时候用到了mysql,把用python抓取的一些是数据放到mysql里去,但是有个问题,因为从外面抓取的数据有带'等其他的不规则的数据,如果你直接调用插入数据的方法会提示报错,这个时候就需要用到python mysql 转义了。我开始以为MySQLdb没有内置的方法,原本打... 阅读全文
摘要:
GO is like the end of a script.You could have multiple CREATE TABLE statements, separated by GO. It's a way of isolating one part of the script from a... 阅读全文
摘要:
用户本地连接打开数据库报错The server principal "epointztb" is not able to access the database "epointbidhzchunanpb55" under the current security context. (Microsof... 阅读全文