Create a new user.
INSERT INTO [table name] (Host,User,Password)
VALUES(‘%’,’user’,PASSWORD(‘password’));
Change a users password.(from unix shell).
mysqladmin -u root -h hostname.blah.org -p password ‘new-password’
Change a users password
SET PASSWORD FOR ‘user’@’hostname’ = PASSWORD(‘passwordhere’);
Allow the user “karthick” to connect to the server from localhost using the password “passwd123”
grant usage on *.* to karthick@localhost identified by ‘passwd123’;
grant all privileges on databasename.* to username@localhost;
If you want to the find the files or folders under a specific location or directory...
February 20, 20231) Login into your domain control panel, 2) search the Domain For which one you want...
February 20, 2023Often you will move or copy the files from different location.This can be done using ssh...
February 20, 20231.Log into the root via ssh, 2.open your favourite editor and edit vi /etc/nameserverips file...
February 20, 2023IF YOU FACE THE FOLLOWING ERROR MESSAGE WE NEED TO Re Build the apache configuration...
February 20, 2023In order to upgrade cPane;/WHM version from command line you need to execute the below mentioned command...
February 20, 2023© 2023, Free Hosting Tutorials All Rights Reserved
Hosting Powered by Square Brothers