ubuntu查看mysql版本的几种方法 mysql 1:在终端下:mysql -V(大写) //代码 $ mysql -V mysql Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (i686) using readline 6.3 2:在mysql中:mysql> status;(引号要加) //代码 进入mysql 1.没有用户的 $ mysql -u root 2.有用户的 $ mysql -u root -p 然后输入用户名和密码 进入之
这边记录ubuntu安装过程,首先是官网文档 If you haven’t already done so, log into your Ubuntu instance. Open a terminal window. Add the new gpg key. $ apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D Open the /etc/apt/s