MySQL Server 5.1
-
What I have:
I have a full version of MySql Server 5.1, Notepad++ v6.8.3, and the NppExec plugin.
My Goal:
I want to execute my .sql file through Notepad++
My Actions taken:
Folowed the steps on [http://www.toadworld.com/products/toad-for-oracle/b/weblog/archive/2013/08/21/using-notepad-to-execute-oracle-sql](link url)-
set ORA_USER=bert
-
list itemset ORA_PASS=bert1234
-
list itemset ORA_SID= ORCL
-
list itemnpp_save
-
list itemcmd /c copy /y “$(CURRENT_DIRECTORY)$(FILE_NAME)” “$(SYS.TEMP)$(FILE_NAME)” >nul 2>&1
-
list itemcmd /c echo. >> “$(SYS.TEMP)$(FILE_NAME)”
-
list itemcmd /c echo exit >> “$(SYS.TEMP)$(FILE_NAME)”
-
list itemsqlplus -l $(ORA_USER)/$(ORA_PASS)@$(ORA_SID) @“$(SYS.TEMP)$(FILE_NAME)”
My Question:
It doesent work.
I changed username, password, sid variables to match my personal settings
I also changed “sqlplus” to “mysql”
Can I receive any advice or clues on this matter? -
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login