<?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: Accessing PCM+ DB using MySQL Tools in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294816#M16300</link>
    <description>I checked and made sure that the administrator account has the 'External DB Access' enabled.&lt;BR /&gt;&lt;BR /&gt;I've run the following command from the server:&lt;BR /&gt;&lt;BR /&gt;mysql --port=3908 --password=password --user=Administrator netmgmt&lt;BR /&gt;&lt;BR /&gt;And it coughs up this error:&lt;BR /&gt;&lt;BR /&gt;ERROR 1045 (28000): Access denied for user 'Administrator'@'localhost' (using password: YES)&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 28 Oct 2008 13:12:16 GMT</pubDate>
    <dc:creator>Michael Freymond</dc:creator>
    <dc:date>2008-10-28T13:12:16Z</dc:date>
    <item>
      <title>Accessing PCM+ DB using MySQL Tools</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294812#M16296</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am running PCM + version B.02.322.&lt;BR /&gt;&lt;BR /&gt;I am attempting to connect to the database using MySQL tools to run my own queries against it.&lt;BR /&gt;&lt;BR /&gt;I am unable to do so successfully. When I attempt to connect (on port 3908), it gives the following error:&lt;BR /&gt;&lt;BR /&gt;Could not connect to the specified instance.&lt;BR /&gt;&lt;BR /&gt;MySQL Error Number 1045&lt;BR /&gt;Access denied for user 'Administrator@&lt;MY_COMPUTER_NAME&gt;' (using password: YES)&lt;BR /&gt;&lt;BR /&gt;It seems that this is possiable - I'm not sure what I'm doing wrong.&lt;BR /&gt;&lt;BR /&gt;The version of the MySQL tools that I attempting to connect with is the MySQL Administrator version 1.2.12.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/MY_COMPUTER_NAME&gt;</description>
      <pubDate>Mon, 27 Oct 2008 17:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294812#M16296</guid>
      <dc:creator>Michael Freymond</dc:creator>
      <dc:date>2008-10-27T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing PCM+ DB using MySQL Tools</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294813#M16297</link>
      <description>which runing operating system pcm+&lt;BR /&gt;and which language operating system</description>
      <pubDate>Mon, 27 Oct 2008 18:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294813#M16297</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-10-27T18:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing PCM+ DB using MySQL Tools</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294814#M16298</link>
      <description>PCM is running on W2K3 x64 english.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Oct 2008 19:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294814#M16298</guid>
      <dc:creator>Michael Freymond</dc:creator>
      <dc:date>2008-10-27T19:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing PCM+ DB using MySQL Tools</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294815#M16299</link>
      <description>please check SQL database connection&lt;BR /&gt;use the mySQL.exe file to connect to the pcm database.&lt;BR /&gt;&lt;BR /&gt;mysql.exe is found in the pcm server at:&lt;BR /&gt;&lt;BR /&gt;\Program files\hewlett-packart\pnm\server\mysql\bin&lt;BR /&gt;&lt;BR /&gt;once at the prompt you will need to type in the executable name that you want to run along with the executable variables.In this case the executable is the mysql.exe whit following variables.&lt;BR /&gt;&lt;BR /&gt;port 3908&lt;BR /&gt;user [the pcm user with external database access privileges]&lt;BR /&gt;password[password of pcm user mentioned above]&lt;BR /&gt;netmgmt [name of the database]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2008 07:04:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294815#M16299</guid>
      <dc:creator>cenk sasmaztin</dc:creator>
      <dc:date>2008-10-28T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing PCM+ DB using MySQL Tools</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294816#M16300</link>
      <description>I checked and made sure that the administrator account has the 'External DB Access' enabled.&lt;BR /&gt;&lt;BR /&gt;I've run the following command from the server:&lt;BR /&gt;&lt;BR /&gt;mysql --port=3908 --password=password --user=Administrator netmgmt&lt;BR /&gt;&lt;BR /&gt;And it coughs up this error:&lt;BR /&gt;&lt;BR /&gt;ERROR 1045 (28000): Access denied for user 'Administrator'@'localhost' (using password: YES)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Oct 2008 13:12:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294816#M16300</guid>
      <dc:creator>Michael Freymond</dc:creator>
      <dc:date>2008-10-28T13:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Accessing PCM+ DB using MySQL Tools</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294817#M16301</link>
      <description>I did this a while back with MySQL tools. My connection dialog shows my username but no password or connection schema. I believe on the server I had to create a basic account to enable this access but for the life of me I cannot recall what I did.</description>
      <pubDate>Wed, 29 Oct 2008 07:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/accessing-pcm-db-using-mysql-tools/m-p/4294817#M16301</guid>
      <dc:creator>Jason Scott</dc:creator>
      <dc:date>2008-10-29T07:15:51Z</dc:date>
    </item>
  </channel>
</rss>

