How to fix ERROR 1045 : Access denied for user 'root'@'localhost' (using password: YES)
Related Posts:
Hive Order by Vs Sort by Today we will discuss about how and where we can use Order by and Sort by clause in Hive ORDER BY: è Forces all the data to go into the s… Read More
How to retrive/get all the numbers from a string using SQL server Script for getting all the numbers from string DECLARE @string1 varchar(100)='welcome2sql1239hello23'; DECLARE @string2 varchar(100)='',@i int=0;… Read More
How to Install MySQL on CentOS 7 Steps to Install MySQL on Linux-CentOS 7 Step 1: Download MYSQL repositories wget http://dev.mysql.com/get/mysql57-community-release-el7-… Read More
Hortonworks:Service 'userhome' check failed: File does not exist: /user/admin Problem: Service 'userhome' check failed: File does not exist: /user/admin Solution: sudo -u hdfs hadoop fs -mkdir /user/admin sudo -u … Read More
Question: Find position of numbers in the given string Script for finding the position of numbers in the given string DECLARE @input VARCHAR(100)='welcome2Sql376hi975'; DECLARE @output VARCHAR(100)… Read More
0 comments:
Post a Comment