随笔分类 - robotframework
摘要:问题:[ ERROR ] Error in file 'E:\test\test_AutoItLibrary.txt': Initializing test library 'AutoItLibrary' with no arguments failed: com_error: (-2147221164, '\xc3\xbb\xd3\xd0\xd7\xa2\xb2\xe1\xc0\xe0', No...
阅读全文
摘要:mysql查看端口showvariableslike'port';登录mysql -u用户名 -p密码 -S /var/lib/mysqld5/mysqld5.sock创建数据库:create database test;删除数据库mysql>drop database test;使用新的数据库:mysql>use test;导入sql文件mysql>source c:/test;(注意斜杠)只导出数据结构mysqldump.exe -d 数据库名 -h192.168.133.133 -P3308 -u用户名 -p密码 -t表名> test.sql导出数
阅读全文

浙公网安备 33010602011771号