美文网首页
数据库经验

数据库经验

作者: 太阳的后裔90 | 来源:发表于2017-11-01 20:08 被阅读0次

    进入MySQL 命令

    Mysql  -uroot  -pa1b2c3  数据库名

    Show databases;

    Show tables;

    Select  count (*) from payrecords;

    Select * from depression;

    Update depression set ip ='192.168.199.226' where id =1;

    相关文章

      网友评论

          本文标题:数据库经验

          本文链接:https://www.haomeiwen.com/subject/cpzgpxtx.html