MariaDB 进入服务器测试界面

可以通过输入下面的命令来进入服务器的测试界面;PS C:\Users\Yucheng> mysql test服务器输出:[code]PS C:\Users\Yucheng> mysql test
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 20
Server version: 10.0.2-MariaDB mariadb.org binary distribution

Copyright (c) 2000, 2013, Oracle, Monty Program Ab and others.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

MariaDB [test]>[/code]屏幕截图:

在这里你是可以执行 mysql 有关的命令的。