窗口命令连接oracel和mysql

窗口命令连接oracle:

sqlplus ytslpt/ytslpt@syrjfxgl             需要配置syrjfxgl服务

sqlplus ytslpt/[email protected]:1521


窗口命令连接mysql:

mysql -h12.199.149.7 -P3306 -uroot -p123456

mysql -hlocalhost -P3306 -uroot -p123456

猜你喜欢

转载自blog.csdn.net/zflovecf/article/details/79985328