Click here to Skip to main content
15,904,638 members

Comments by jung lee (Top 1 by date)

jung lee 21-Feb-20 7:19am View    
if we write "mysql -u techu -p" in command prompt, in next step it prompts to enter password. if password is correct it enters to mysql mode. then if we enter "source<space> path/of/sqlscript then it executes that sql script file.
Here what is happening is, it is not taking password because sw.writeline is giving password as a new command. at that step it is failing to execute.