Tags: Lin set span update solution successful Linux blog machineToday on Linux installed MySQL, but found in the local login can, but remote login error ERROR 1130:host ' 192.168.1.3 ' isn't allowed to connect to this MySQL server First of all, the error is that our MySQL is not allowed to Telnet, so telnet failed, the workaround is as follows: 1. Log on to the mysql:mysql-uroot-p password on the MySQL-equi
Release date:Updated on:
Affected Systems:Apache Group HTTP Server 2.4.xApache Group HTTP Server 2.2.xDescription:--------------------------------------------------------------------------------Bugtraq id: 58165CVE (CAN) ID: CVE-2012-3499
Apache HTTP Server is an open source HTTP Server.
Apache HTTP
After we have installed the network service management system wdcp, there may be a lot of questions and problems arising during use. The following are some common examples. if you have other questions, go to the wdlinux forum to find related tutorials. 1. how to migrate servers or websites is the best and fastest... after we have installed the network service management system wdcp, there may be a lot of questions and problems arising during use. The following are some common examples. if you ha
I deployed a WCF Service on the server and mapped it to the Internet. When an Internet client references the service, the metadata address host name is always the computer name of the server. Because the client is on the Internet of the server, therefore, the client cannot identify the computer name of the
Configuration of the 1.apache2First of all, to configure the apache2, if not configured, please refer to my previous blog: Lamp configuration2. The resolution of the domain nameResolves a record of www and @ for all domain names to the IP of the cloud server3. Configuration of the virtual Host 1. Configuring httpd.conf
If etc/httpd/conf/httpd.conf is present, configure this httpd.conf
If etc/httpd/conf/httpd.conf does not exist, we need t
On the Apache HTTP server, the method for setting up the virtual host is as follows
Open the conf/httpd.conf under the Apache installation directory and add the following two paragraphs
Copy Code code as follows:
ServerName fuwu.jb51.net
Serveralias fuwu.jb51.net fuwu.jb51.net
Documentroot/fuwu
Jkmount/* AJP13
– If you have a mod_jk binding, you can write the above line so that you can compl
Label:This machine is MySQL database, want to use another IP for 192.168.1.9 connection this MySQL database, but reported this error.2 ways to get a queryThe first is to change the localhost to% in the user table, I do not have to solve the problem, the local connection to [e-mail protected]% to do so (now think of it as if the error has changed all localhost).The second method is in effect.Terminal login MySQL, execute a sentence of sql:GRANT All privileges on * * to ' root ' @ ' 192.168.1.9 '
Label:Solution: Read on the internet, change the MySQL library user table, add a host as% of the data can be, but still not. Later, directly login to MySQL, give access to add permissions on it.Perform[[email protected] ~]# GRANT all privileges on * * to ' username ' @ '% ' identified by ' userpwd ' with GRANT OPTION;You can do it.Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.MySQL local acc
1. Linux installation VBox, skip2. View installed extensionsVboxmanage List Extpacks3. Create a VM:Vboxmanage createvm--name "TESTVM"--register4. Modify VM Properties:Vboxmanage modifyvm "TESTVM"--memory 1024x768--acpi on--boot1 DVD--nic1 bridged--bridgeadapter1 eth0--ostype Ubuntu5. Create a VM virtual hard disk:Vboxmanage createvdi--filename ~/virtualbox\ VMS/TESTVM/TESTVM-DISK01.VDI--size 100006. Modify the virtual hard disk properties:Vboxmanage storagectl "TESTVM"--name "IDE Controller"--ad
When you open navicat for MySQL on Win7, you are prompted with an error when connecting to localhost:The solution is:Open the My.ini file under C:/Program files/mysql/mysql Server 5.5 to see if it exists in the segment of [mysqld]: Skip-grant-tables. If not, add it.The goal is to skip the MySQL access control and anyone can enter the MySQL database as an administrator in the console.Attention:The MySQL server
Why does my server host always have access to the local website at 127.0.0.1? How many seconds? -- Linux Enterprise Application-Linux server application information. For details, refer to the following section. See log
CODE: [09/Oct/2009: 16: 23: 58 + 0800] 127.0.0.1--"GET/" 639[09/Oct/2009: 16: 23: 59 + 0800] 127.0.0.1--"GET/" 639[09/Oct/2009: 16:
Requirements: When using sqoop, you need to telnet from the Linux server to the MySQL database in Windows for data migration.1. Log in to the MySQL database using commandsmysql-uroot-p1234562, MySQL default is not allow remote connection, modified to use remote connectionGrant all on * * to ' root ' @ '% ' identified by ' 123456 '; 3. Refresh the permissions table to make the remote connection effectiveFlush privileges;MySQL cannot remotely resolve -
1. Verify consistencySELECT @ @SERVERNAMESELECT serverproperty (' machinename ')After modifying the Windows host name, the display is inconsistent when viewed with the above command and needs to be repaired.2. Use the following script to perform and repairDECLARE @server_name varchar (a);Set @server_name = (select @ @SERVERNAME);DECLARE @SERVER_PROPERTY varchar (a);Set @SERVER_PROPERTY = CONVERT (varchar () (SELECT serverproperty (' machinename '));ex
Assuming that the VPS IP is 58.130.17.168, there are two domain names pointing to the IP, respectively domain1.com, domain2.com,To modify the/etc/httpd/conf/httpd.conf, add at the end of the file:ServerName 58.130.17.168Namevirtualhost 58.130.17.168ServerName domain1.comDocumentroot/var/www/domain1.comOptions Indexes FollowSymLinksAllowOverride NoneOrder Allow,denyAllow from allServerName domain2.comDocumentroot/var/www/domain2.comOptions Indexes FollowSymLinksAllowOverride NoneOrder Allow,denyA
Create a Xiangkejin Zhangsan two usersYou can see two users created in a file:Establish a virtual directory and configure user authentication① creating a virtual directory/xiangkejin② in the main configuration file httpd.conf file of Apache, add the following statementAlias/xiangkejin "/xkj"AuthType BasicAuthName "This is a private website"Authuserfile/etc/httpd/passwordRequire Valid-userService httpd Restart Remember to restartTo access the virtual directory in the browser:Enter the account pas
which table, test_db refers to the database, followed by the * for all tables, it can be inferred that: for all of the database is authorized as "*. *" For all tables, the entire table for a database is authorized as "database name. *", A table for a database is authorized as the database name. Table name.Root indicates which user you want to authorize, and the user can be either an existing user or a non-existent user.192.168.1.101 represents the IP address that allows remote connections, or "
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.