MySQL
文章平均质量分 51
Adventure1995
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MySQL
1, nulls last order by IF(ISNULL(CREATE_DT_TM), 0, 1), CREATE_DT_TM desc 2, date_format date_format(T.GMT_CREATE, '%Y%m%d%H%i%s') 3, select last_insert_id(); 4, anonyms must be in the same case. SELECT k.ID, k.COMPANYCODE, k.COMPANYNAME, .原创 2021-01-27 17:55:24 · 115 阅读 · 0 评论 -
Install MySQL on CentOS 7
1, Check mariadb version rpm -qa | grep -i mariadb We don't have to uninstall mariadb before we install mysql; 2, Check glibc version ldd --version 3, Uncompress and add a soft link mkdir -p /usr/local/opt/mysql xz -d mysql-8.0.23-linux-glibc2...原创 2021-01-26 17:26:24 · 157 阅读 · 0 评论 -
MySQL
1, Ctrl + Shift + Esc to open the window in which we can find all the services. Type "mysql", you should find "MySQL80". Right-click. Click "Open the Service". Type "mysql" again to locate the service...原创 2019-08-22 10:13:48 · 101 阅读 · 0 评论
分享