<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[MySQL Server 5.1]]></title><description><![CDATA[<p dir="auto"><strong>What I have:</strong><br />
I have a full version of MySql Server 5.1, Notepad++ v6.8.3, and the NppExec plugin.<br />
<strong>My Goal:</strong><br />
I want to execute my .sql file through Notepad++<br />
<strong>My Actions taken:</strong><br />
Folowed the steps on [<a href="http://www.toadworld.com/products/toad-for-oracle/b/weblog/archive/2013/08/21/using-notepad-to-execute-oracle-sql" rel="nofollow ugc">http://www.toadworld.com/products/toad-for-oracle/b/weblog/archive/2013/08/21/using-notepad-to-execute-oracle-sql</a>](link url)</p>
<ul>
<li>
<p dir="auto">set ORA_USER=bert</p>
</li>
<li>
<p dir="auto">list itemset ORA_PASS=bert1234</p>
</li>
<li>
<p dir="auto">list itemset ORA_SID= ORCL</p>
</li>
<li>
<p dir="auto">list itemnpp_save</p>
</li>
<li>
<p dir="auto">list itemcmd /c copy /y “$(CURRENT_DIRECTORY)$(FILE_NAME)” “$(SYS.TEMP)$(FILE_NAME)” &gt;nul 2&gt;&amp;1</p>
</li>
<li>
<p dir="auto">list itemcmd /c echo. &gt;&gt; “$(SYS.TEMP)$(FILE_NAME)”</p>
</li>
<li>
<p dir="auto">list itemcmd /c echo exit &gt;&gt; “$(SYS.TEMP)$(FILE_NAME)”</p>
</li>
<li>
<p dir="auto">list itemsqlplus -l $(ORA_USER)/$(ORA_PASS)@$(ORA_SID) @“$(SYS.TEMP)$(FILE_NAME)”</p>
</li>
</ul>
<p dir="auto"><strong>My Question:</strong><br />
It doesent work.<br />
I changed username, password, sid variables to match my personal settings<br />
I also changed “sqlplus” to “mysql”<br />
Can I receive any advice or clues on this matter?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/10583/mysql-server-5-1</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 15:19:09 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/10583.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Sep 2015 00:36:03 GMT</pubDate><ttl>60</ttl></channel></rss>