<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MySQL Stored Procedures in Archive</title>
    <link>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/76143#M15934</link>
    <description>&lt;P&gt;Hi bigemrg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realise you posted this a while ago and hoping you’ve already found the answer you needed, I would contact the &lt;A href="http://btbusiness.custhelp.com/app/contact#h=eyJlbGVtZW50IjoiY29udGFjdExpbmtfMzc4OV8zNzU0XzM3NTYiLCJzdGVwSWR4IjoyLCJwYXJlbnRfc3RlcElkeCI6MX0." target="_self"&gt;helpdesk &lt;/A&gt;to get supoprt with the hosting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Markp&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2015 13:59:28 GMT</pubDate>
    <dc:creator>markp</dc:creator>
    <dc:date>2015-10-28T13:59:28Z</dc:date>
    <item>
      <title>MySQL Stored Procedures</title>
      <link>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/75849#M15933</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm currently implementing a website that needs to use tables, views and stored procedures within a MySQL database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've successfully created a new database and user using the &lt;STRONG&gt;MySQLManager&lt;/STRONG&gt; tool provided in the Advanced Tools section of the Control Panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've also successfully created the tables and views I require using the SQL tab of the &lt;STRONG&gt;phpMyAdmin&lt;/STRONG&gt; tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I try to execute the SQL for the stored procedures I require, I get the following&amp;nbsp;error message saying that access is denied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;#1044 - Access denied for user 'myusername'@'%' to database 'mydatabase' &lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm assuming that I need to somehow grant privileges to the user, but don't know how using the tools I've got at my disposal!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ian.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 15:28:26 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/75849#M15933</guid>
      <dc:creator>bigemrg</dc:creator>
      <dc:date>2015-09-02T15:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Stored Procedures</title>
      <link>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/76143#M15934</link>
      <description>&lt;P&gt;Hi bigemrg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I realise you posted this a while ago and hoping you’ve already found the answer you needed, I would contact the &lt;A href="http://btbusiness.custhelp.com/app/contact#h=eyJlbGVtZW50IjoiY29udGFjdExpbmtfMzc4OV8zNzU0XzM3NTYiLCJzdGVwSWR4IjoyLCJwYXJlbnRfc3RlcElkeCI6MX0." target="_self"&gt;helpdesk &lt;/A&gt;to get supoprt with the hosting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Markp&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 13:59:28 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/76143#M15934</guid>
      <dc:creator>markp</dc:creator>
      <dc:date>2015-10-28T13:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: MySQL Stored Procedures</title>
      <link>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/76150#M15935</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, it turned out that stored procedures had been disabled within this implementation of MySQL, and could not be reenabled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My solution was to recode all of my stored procedure code into basic SQL statements using PHP, which turned out to be very tedious, and was a great way of introducing errors into code that already worked on other servers!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 15:13:22 GMT</pubDate>
      <guid>https://business.forums.bt.com/t5/Archive/MySQL-Stored-Procedures/m-p/76150#M15935</guid>
      <dc:creator>bigemrg</dc:creator>
      <dc:date>2015-10-28T15:13:22Z</dc:date>
    </item>
  </channel>
</rss>

