开发者

create database with coding and set username and password for it

开发者 https://www.devze.com 2023-02-17 16:19 出处:网络
i want to create database with code and i want to set username and password for ithow can d开发者_运维问答o it??

i want to create database with code and i want to set username and password for ithow can d开发者_运维问答o it??

mysqlcommand = create database[test] on........... 


Maybe you should look into sqlite? It's a standalone relational database, that has all your old favorites from sql wrapped up in one tiny file. It's very mobile.

http://www.sqlite.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号