In general, you can open a file share in a remote folder by accessing it as you normally would with a connection string, paying attention to shared read and write permissions.Example of connecting an Access database remotely (such as over the Internet):First, you need to use Tcp/ip,ado and XML (you need to install Microsoft XML 4.0. )。 Note Server and client two parts, the server can be multi-user simultane
Background
I have two computers, one with the Windows operating system and the other with the Opensuse Enterprise Linux. Now I want Windows to remotely access the Opensuse desktop. You cannot connect to the Opensuse desktop by using the "Remote Desktop Connection" provided by Windows alone (maybe you have not found a proper method ).
Here I provide two solutions, one using VNC tool and the other using XMana
TCP/IP, ADO, and XML are used (Microsoft XML 4.0 must be installed .). It is divided into two parts: server and client. The server can be connected to multiple users at the same time. There are many methods to remotely connect to the Access database. I have answered in detail before (see the five methods listed below ), this example belongs to the 3rd methods (no RDS or Web server is required ).
-----------
Problem description: 51testing software testing network. @ tf l2uWhen you remotely access the computer folder in the xp lan, the user name input box in the pop-up connection dialog box is the gray Default Guest user (cannot be entered). How can I change the user name and password that can be entered ?? (Enter the admin user and password to access the folder conte
Build the server. How do I import a database? Let's just get a user.Database name (already exists): TableCreate a new MySQL user and specify the database to allow remote accessMySQL User: TestMySQL User password: test666CREATE USER 'Test'@'%'Identified by 'test666';GRANT GRANT OPTION on *.* to 'Test'@'%';GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP, RELOAD,SHUTDOWN, PROCESS,FILE,REFERENCES,INDEX,ALTER, SHOW DATABASES, SUPER,CREATE TemporaryTABLES, LOCK TABLES,EXECUTE,REPLICATIONSLAVE,REPLICAT
Centos6.4Find instant Client from Oracle website:Http://www.oracle.com/technetwork/cn/topics/linuxsoft-100466-zhs.htmlDownload Basic and SqlplusWhat I'm downloading here isInstantclient-basic-linux32-11.2.00.1.zipInstantclient-sqlplus-linux32-11.2.00.1.zipUnzip to the same directoryThis is what I've extracted here.Ll/home/www/oracle_client_linuxThen you need to add the directory to the environment variableVI ~/.BASHRC#. bashrc# Source Global Definitions if Then /etc/bashrcfi# User specific alia
not have permission to access and you need to set up access permissions.1, Cd/etc/mysql2. Vim MY.CNF3. Note the following line4. Authorized users can connect remotelyLog on to the server side of the MySQL server, authorizing the root user to log on to the server from any host using password 123456.GRANT all privileges on * * to ' myuser ' @ ' percent ' identified by ' 123456 ' with GRANT OPTION;FLUSH Privi
Problem: MySQL permissions are set correctly, but still cannot be accessed remotely. The 3306 port was not opened by Telnet.
Analysis: MySQL defaults to bind only 127.0.0.1, that is, only on this computer to access Port 3306.
In Linux
Workaround: Locate the MySQL profile, search for "bind-address" and find this line:
Bind-address = 127.0.0.1//The remote IP address can be bound here
Add a # to the front
access| Data | A lot of people ask remote (such as over the Internet) how to connect Access database, recently wrote an example to share with you:
Tcp/ip,ado and XML are used (Microsoft XML 4.0 needs to be installed.) )。 Sub-server and client-side two parts, the server can connect multiple users simultaneously. There are a number of ways to remotely connect to a
MySQL port cannot be accessed remotely under Linux firewall settings the following only resolves iptables open port issues and does not address remote access permissions for MySQL database account. Linux iptables open MySQL port allows remote access to modify the firewall configuration file: VI /etc/sysconfig/iptables Add the following line:-A rh-firewall-1-inpu
access| Data | database
Tcp/ip,ado and XML are used (Microsoft XML 4.0 needs to be installed.) )。 Sub-server and client-side two parts, the server can connect multiple users simultaneously. There are a number of ways to remotely connect to an Access database, which I have answered in more detail (see the 5 methods listed below), and this example is the 3rd method
Procedure for using navicat to remotely access MySQL
1. Modify remote access permissions
// Enter the MySQL server or use other tools
XXXX @ Ubuntu:/$ mysql-H localhost-u root-P xxxx
// Grant data access permissions to any host
Mysql> grant all privileges on database name. * to xxxx @ "%" identified by "password
Tags: GPO remote access slave drop use alter SPAN index procDatabase name (already exists): Table Create a new MySQL user and specify the database to allow remote access MySQL User: Test MySQL User password: test666 CREATE USER ' Test ' @ '% ' identified by ' test666 ';
* * to ' test ' @ '% ';
GRANT SELECTFILE, REFERENCES, INDEX, ALTER, SHOW DATABASES, SUPER, CREATE temporary TABLES, LOCK TABLES, EXE CUT
After the installation is complete, MySQL uses a blank password by default. You can set a password for the root user. Note the case sensitivity: mysqlSETPASSWORDFORroot @ localhostPASSWORD (admin ); log on to mysql and use the root account $ mysql -- userroot -- passwordrootmysql to authorize the root account to remotely access mysqlgrantallpriv
After the installation is complete, MySQL uses a blank PASSWO
This article introduces how to remotely access the mysql database. If you need it, you can refer to it.
Solution:
1. Change the table method. It may be that your account is not allowed to log on remotely, but only on localhost. At this time, you only need to log in to MySQL on the computer of localhost, and change the "host" entry in the "user" table in the "MySQ
How to remotely access the ESXI port in Linux vsphere, vsphereesxi
If you want to allow vm esxi to be accessed from the Internet, you need to set two ports on the vro to 443,902.
Port 443 is mainly responsible for alias message transmission, and port 902 is mainly responsible for remote console image transmission.
Vsphere and VMware ESXI
If 443 is occupied, you can use another 9043, for example, to ma
Allow MySQL to remotely access bitsCN.com
By default, MySQL only supports local access. for remote access, execute the following command in the path of mysql.exeMysql> grant all privileges on *. * TO 'root' @ '%' identified by 'rootpasswd' with grant option; /// enter this command and press enter to allow all hosts th
CentOs6.5 install the gnome graphical interface and remotely access it through VNCPreface
To meet project requirements, you must install a graphical interface on a remote host (only controlled by PUTTY. I want to describe the entire process in as much detail as possible. If anything is inappropriate, please point it out.
Configure the environment
Remote Host: CentOS release 6.5 (Final)
Local: Windo
Summary of the methods for remote access to MySQL database bitsCN.com:
1. change the table method.It may be that your account is not allowed to log on remotely, but only on localhost. At this time, you only need to log in to mysql on the computer of localhost, and change the "host" entry in the "user" table in the "mysql" database to "%" from "localhost"
Mysql-u root-pvmware
Mysql> use mysql;
Mysql> updat
127.0.0.1 (localhost) The simplest way is to re-build a user, Support remote access, not to modify root permissions, it is recommended to do so, but if you really need to take root remote operation is not no way, there are two options to solve: ① in the/ETC/MYSQL/MY.CNF [mysqld] segment commented out bind-address = 127.0.0.1 ② log in with Mysql-uroot-p MySQL, and then use the following methods to open remote acce
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.