访问阿里云数据库(阿里云怎么看数据库)
本文目录一览:
阿里云服务器上的数据库怎么访问
1.右击您准备导入数据的数据库,选择“所有任务”下的“导入陵扒数据”
2.进入DTS导入/导出向导,点击“下一步”按钮继续
3.选择数据源,输燃颤入数据源所在的数据库服务器IP、用户名、密码和要复制数据的源数据库,点击“下一步”按钮
4.选择目的,输入目的数据库所在的数据库服务器名称、用户名、密码和要复制数据的目的数据库(这个信息在用户区,数据库管理中可以看到),点击“下一步”按钮
5.选择“在SQL Server数据库之间复制对象和数据”方式,点“下一步”继续
6.注意取消安全措施选项
7.设定调度方式,一般选“立即运行”就可以,然后点“下一步”继续
8.点“完成”执皮汪败行
关于如何连接阿里云服务器上的MySQL数据库的解答
用 SSH客户端登录上以后
首先启动数据库:
[root@iZm5ec880z2rorZ ~]# service mysqld start
可以输入一下加粗命令:
[root@iZm5ec880z2rorZ ~]# mysql -u root -p
Enter password: (输入你运谨碰的数据库密码)
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.1.73-log MySQL Community Server (GPL)
Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql use mysql
Database changedmysql GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY 'ldyu123' WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)
mysql commit;
Query OK, 0 rows affected (0.00 sec)
mysql flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql exit;
退出后晌悔,输入下边的命令:
[root@iZm5ec880z2rorZ ~]# service mysqld restart
Shutting down MySQL... [ OK ]
Starting MySQL. 旁谈 [ OK ]
如何访问阿里云服务器上的数据库
如何让阿里云服务器上的郑告数据喊裂明库能够被远程访问
户可源帆以使用不同的数据库客户端或命令行语句访问ECS数据库:
客户端:Mysql-Front
首先,启动Mysql-Front后会有一个添加对话的对话框弹出,在名称处可输入任意名称。
发表评论
暂时没有评论,来抢沙发吧~