MySQL directory belongs to the root user, also belongs to the root group, switch to Mysqld_safe boot is no problem,You just have to pay attention to these few mysql,safe_mysqld,mysqld_safe,mysqld,mysqladmin. Try MoreSeveral timesIn fact, sometimes MySQL has started normally, check whether MySQL starts the commandPs-aux | grep mysqldYou'll see something like thisMySQL 6394 0.0 1.5 10528 992 PTS/3 S 16:16 0:00/usr/local/mysql/MySQL 6395 0.0 1.5 10528 992 PTS/3 S 16:16 0:00/usr/local/mysql/MySQL 6
Setting up Hadoop cluster environment steps under Ubuntu 12.04I. Preparation before setting up the environment:My native Ubuntu 12.04 32bit as Maser, is the same machine that was used in the stand-alone version of the Hadoop environment, http://www.linuxidc.com/Linux/2013-01/78112.htmAlso in the KVM Virtual 4 machines, respectively named:Son-1 (
This is the first time I have installed MySQL on Ubuntu Linux 9.04. I have not installed MySQL before. So I have made some configurations by referring to some network articles. The following is the entire installation process.
I. Installation and basic usage ConfigurationI directly use apt-get for installation. This is also the installation method I have selected. My installation method is as follows:1. sud
! Exit Iv;:wq Save ExitNine, network services1. Display Network interface parameters: Ifconfig2. Display System mail: Mail3. Start/Stop Web service: Httpd-k start|stop|restart4. Check the status of your network:(1) Online Status: Ping xxx.xxx.xxx.xxx;(2) Display network status: Netstat, wherein: options:-a== all sockets;-l== contain network equipment;-n== digital IP;-o== other information;-r== routing table;-t== only column TCP sockets;-u== only colum
Because the company's internal IP and Mac bindings, and can not everyone online, only by changing the Mac to the Internet. After searching, the following methods are available:1,Edit the/etc/network/interfaces file directly and add a line after the IF ace eth0 inet static:pre-up ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx (Mac to change)2,Open File:/etc/iftabWhat to modify:Eth0 mac 00:e0:4d:75:8e:50 (change to your physical address Mac)3,Nic "Off" first#
the shutdown command before cancelingIfconfig Configure a network interface view/Configure your computer's current NIC configuration informationPing IP Address detects if the destination IP is connected properlyIfconfig | grep inet Filtering The inet content inside the ifconfig informationSshSSH [-P port] [email protected] "User: The username on the remote machine, if you do not specify the default current
of the effect. v. Access to Linux via WinSCPDownload a winscp, download after installation, run in fact and Putty almost host name fill in the hostname ip,user name fill in the username, password fill in the password, save the button before the login button to enter the
vi. SSH ConfigurationSSH profile directory:/etc/ssh/sshd_config port SSH preset ports, you can repeatedly use port to define multiple port
255.255.255.0gateway 192.168.8.1This way you can access both the intranet and the Internet.Suppose you add an intranet virtual network card with more than one other network segment.Auto Ens33:2iface ens33:2 inet staticaddress 192.168.88.95netmask 255.255.255.0gateway 192.168.88.1And so on, can increase many different network segments of the intranet network card, can each other access.5. Configure the default gatewayOpen/etc/resolv.confsudo vim/etc/resolv.confTo add a gateway to the configurati
segment.Auto Ens33:2iface ens33:2192.168. 88.95 255.255. 255.0 192.168. 88.1And so on, can increase many different network segments of the intranet network card, can each other access.5. Configure the default gatewayOpen/etc/resolv.confsudo vim/etc/resolv.confTo add a gateway to the configuration file for the network segment configured above, we have three network segments configured above, then add the following information to our configuration file172.16. 254.254 192.168. 8.1 192.168. 88.
-s_2959072152.png "style=" Float:none; "title=" W (. png "alt=" wkiol1mpptrdiz6vaaaenqr7vtm199.png-wh_50 "/ >Log into the system and enjoy it!~# Lsb_release-a is the View System version command650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M02/9E/5D/wKiom1mPPtrSz0ULAAATRReCYoM097.png-wh_500x0-wm_ 3-wmp_4-s_2889424914.png "style=" Float:none; "title=" W (page). png "alt=" wkiom1mpptrsz0ulaaatrrecyom097.png-wh_50 "/ >This article is from the "Think Micro Technology" blog, please make sure
a domain name resolution, you can use your domain name to connect the Discourse page, otherwise you can only use the IP address. You will see the following information:That's it, click on the "Sign up" option to create a new account and then make your Discourse settings.ConclusionIt is easy to install and works perfectly. It has all the essential features of a modern forum. It is released under the GPL and is a fully open source product. Simple, easy
installation, configuration and use, users can safely and securely use SSH software for data transmission under Linux. SSH software is very powerful, in addition to the content described in this article, there are set "secret channel", the use of SCP commands and other functions, interested readers can refer to the relevant information, in order to obtain a more secure and convenient use effect.V. Access to Linux
Ubuntu Netplan Network ConfigurationToday, the Ubuntu 18LTS Ifupdown has been replaced by Netplan (5) on the This system when you configure the network.Jot down the Netplan configuration.
Vim/etc/network/interfaces modified the network configuration found Ubuntu 18LTS Ifupdown have been replaced by Netplan (5) on the This system.
# ifupdown has been
Ping Host (note that you need to shut down the Windows Firewall, Win7 by default is ping, not aware of the problem at first, thought it was the network settings of their own virtual machine problems, tossing a very early IP configuration, however, there is no egg to use.) /(ㄒoㄒ)/~~)
zfchen@zfchen-e440:~$ Ping 192.168.1.110
ping 192.168.1.110 (192.168.1.110) bytes of data.
Bytes from 192.168.1.110:icmp_req=1 ttl=64 time=0.230 ms bytes from
192.168.1.1
enter the password, enter the correct password, you can enter. As shown below:5) Some simple management of MySQL:Start MySQL service: sudo start MySQLStop MySQL service: sudo stop MySQLModify the administrator password for MySQL: sudo mysqladmin-u root password newpasswordSet up remote access (normally, the 3306 port that MySQL occupies is only listening on IP 127.0.0.1, denying access to other IPs (Netstat can see it). Cancel the local supervisorLis
prompt you to enter the password, enter the correct password, you can enter. As shown below: 5) Some simple management of MySQL: Start MySQL service: sudo start MySQL Stop MySQL service: sudo stop MySQL Modify the administrator password for MySQL: sudo mysqladmin-u root password newpassword Set up remote access (normally, the 3306 port that MySQL occupies is only listening on IP 127.0.0.1, denying access to other IPs (Netstat can see it). Cancel the
The Ubuntu system is a Linux based system, and all of his software updates are installed by command: Apt-get install.
First, the implementation of Chinese input This command is to complete the GCC compiler, the Ubuntu is a variant of Debian, Debian is inclined to use packaged files to execute, and ordinary Linux is co
of the configuration, as follows:[Share]Path = Home/xiaobao/sambaAvailable = yesbrowseable = yesPublic = yeswritable = yesSave, exit./ETC/INIT.D/SMBD Restart Restart Samba servicesView Linux native IP address, ifconfig, displayBack in the window environment, open run, enter \\192.168.0.100, press ENTER. :Show share shared network folder after carriage return,Copy the network folder address, add my Computer
/etc/resolvconf/resolv.conf.d/base and /etc/resolvconf/resolv.conf.d/originalNameServer8.8.8.8NameServer114.114.114.114Setup Complete Restart resolvconf Servicesudo /etc/init.d/resolvconf Restartcan be viewed by /etc/resolv.conf Whether the modification was successful, as follows:# Dynamic resolv.conf (5)file forGLIBC Resolver (3) generated by resolvconf (8)# do not EDIT this FILE by HAND--YOUR changes'll be overwrittenNameServer10.1.1.1NameServer8.8.8.8NameServer114.114.114.114Third, set the r
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.