Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 RIDE,我想连接到 MySQL 数据库。
我已经下载了DatabaseLibrary和 MySQL。我需要从 MySQL 执行查询以进行验证。
如何使用 RIDE 连接到 MySQL?
这是在 localhost 上使用 MySQL 数据库的简化 RF 测试设置:
*** Settings *** library DatabaseLibrary library pymysql Suite Setup Connect To Database @{database} *** Variables *** @{database} pymysql dbname user password localhost 3306