<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016270" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016270</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094536</link>
    <description> &lt;p&gt;privileges/permissions.. hey, they both start with a P!&lt;/p&gt;
&lt;p&gt;are you still using the terminal?&lt;br /&gt;
can you get phpMyAdmin in?  I really like 2.2.1!  I had hacked 2.2.0 to display the user logged in, but they added that in 2.2.1.  Way kuel!  Very nice admin thing added in version 2 to manage users.&lt;/p&gt;
&lt;p&gt;Also, anytime you alter &lt;em&gt;privileges&lt;/em&gt;, you need to FLUSH PRIVILEGES before they take effect.&lt;/p&gt;
&lt;p&gt;What queries are you runnnig for CREATE/INSERT?&lt;br /&gt;
And your doing these as root, right?&lt;br /&gt;
Which DB are you inserting into?&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Nov 2001 08:54:29 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1094536 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094528</link>
    <description> &lt;p&gt;Ok, so why wont it create a new table and insert values into it?&lt;br /&gt;
I get no error when trying to insert it.&lt;br /&gt;
It inserts nothing and tells me that it was unsuccessful.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Nov 2001 02:57:17 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1094528 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094527</link>
    <description> &lt;p&gt;MySQL generally calls them priviledges, not permissions. Same thing though. Each user can be granted certain priviledges. Priviledges to create, drop, insert, update, select, etc. Root has full priviledges.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Nov 2001 02:53:08 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1094527 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094514</link>
    <description> &lt;p&gt;I know what permissions are, but Mark said they were &quot;create&quot; permissions.&lt;br /&gt;
What are they? 755?&lt;br /&gt;
This is my home server&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 22:28:03 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1094514 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094512</link>
    <description> &lt;p&gt;Permissions define what a person can or can&#039;t do in MySQL. If this is your server at home, not on the Internet, I don&#039;t know if I would bother setting up other users and permissions.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 22:19:35 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1094512 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094508</link>
    <description> &lt;p&gt;What are create permissions?&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 21:30:17 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1094508 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094499</link>
    <description> &lt;p&gt;I think this is fine.  The title is &quot;MySQL error&quot; after all.&lt;/p&gt;
&lt;p&gt;Check the permissions for the user you are using.  Make sure they have &quot;create&quot; permissions for that DB.&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 21:05:22 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1094499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094488</link>
    <description> &lt;p&gt;Ok I went to the MySQL site and ran through the setup again, and I can now connect, and create a database with PHP&lt;br /&gt;
But I can&#039;t create a table in that database.&lt;br /&gt;
And there are no errors saying why.&lt;br /&gt;
Should I ask this in the Database forum or keep it here?&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 19:58:14 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1094488 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094437</link>
    <description> &lt;p&gt;&lt;strong&gt;mysql -u root&lt;/strong&gt; returns this:&lt;br /&gt;
&lt;strong&gt;Error 1045: Access denied for user root@localhost (Using Password=NO)&lt;/strong&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 03:54:37 +0000</pubDate>
 <dc:creator>nike_guy_man</dc:creator>
 <guid isPermaLink="false">comment 1094437 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/mysql-error#comment-1094436</link>
    <description> &lt;p&gt;You actually are connecting to mysql as a user since &lt;strong&gt;mysql&lt;/strong&gt; is a user, with not many priviledges.&lt;/p&gt;
&lt;p&gt; What happens when you try to connect as &lt;strong&gt;mysql -u root&lt;/strong&gt;?&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Nov 2001 03:50:09 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1094436 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
