Click here to Skip to main content
15,897,187 members

Comments by Kasthuri Gunabalasingam (Top 19 by date)

Kasthuri Gunabalasingam 22-May-20 16:45pm View    
yea It's checked correctly.but drop down not showing the set value
Kasthuri Gunabalasingam 28-Mar-16 0:29am View    
yesh! Its actual commands!
First set the path- C:\Program Files\MySQL\MySQL Server 5.1\bin
then connect to sql server- MYSQL --user=root mysql
and finally create user name,and password- CREATE USER 'User89'@'localhost' IDENTIFIED BY 'aaa';

And this commands works properly in command line!
Kasthuri Gunabalasingam 25-Jan-16 22:07pm View    
Up to now I read all files from a directory and store all text files in a list.
Kasthuri Gunabalasingam 13-Jan-16 21:05pm View    
How to restore "rdiff-backup-data" folder, which is having the Increments of our files?
I need to merge first full backup and restored incremental files!
Kasthuri Gunabalasingam 12-Jan-16 3:22am View    
thankyouu!