<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045014" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045014</link>
    <description></description>
    <language>en</language>
          <item>
    <title>1. You have to reassign a new</title>
    <link>https://www.webmaster-forums.net/web-database-development/need-advice-how-create-password-protected-database#comment-1264591</link>
    <description> &lt;p&gt;1. You have to reassign a new password for root user, dont leave it blank.&lt;br /&gt;
2. Create a new user with lmited access.&lt;br /&gt;
3. All of your applications must apply the new user role.&lt;br /&gt;
4. Else, you can still use root user access, but supply with a good password.&lt;/p&gt;
&lt;p&gt;First of all, you have to login into your mysql client utility with admin/root user access.&lt;/p&gt;
&lt;p&gt;CREATE USER&lt;br /&gt;
Code:&lt;br /&gt;
GRANT ~YOUR ACCESS HERE~&lt;br /&gt;
ON ~DATABASE AND TABLE~&lt;br /&gt;
TO ~USERNAME@HOSTNAME~&lt;br /&gt;
IDENTIFIED BY ~YOUR PASSWORD~&lt;br /&gt;
The code above is also create the user, not jutst giving some access.&lt;/p&gt;
&lt;p&gt;E.Q:&lt;br /&gt;
Code:&lt;br /&gt;
GRANT SELECT, INSERT, UPDATE, DELETE&lt;br /&gt;
ON YourDatabase.*&lt;br /&gt;
TO &#039;MyName&#039;@&#039;localhost&#039;&lt;br /&gt;
IDENTIFIED BY &#039;MyPassword&#039;&lt;br /&gt;
Or maybe you want to change root user passw.&lt;br /&gt;
Code:&lt;br /&gt;
SET PASSWORD FOR &#039;root&#039;@&#039;localhost&#039; = PASSWORD(&#039;YourNewPassword&#039;)&lt;/p&gt;
 </description>
     <pubDate>Wed, 04 May 2011 00:11:54 +0000</pubDate>
 <dc:creator>jhnbrwn</dc:creator>
 <guid isPermaLink="false">comment 1264591 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yes ,,,,,,,you are</title>
    <link>https://www.webmaster-forums.net/web-database-development/need-advice-how-create-password-protected-database#comment-1260934</link>
    <description> &lt;p&gt;Yes ,,,,,,,you are right........thanks for nice question....then i agree with you,,,,,,,,,,,,&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Jan 2011 09:52:16 +0000</pubDate>
 <dc:creator>sneha123</dc:creator>
 <guid isPermaLink="false">comment 1260934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>you need to develop</title>
    <link>https://www.webmaster-forums.net/web-database-development/need-advice-how-create-password-protected-database#comment-1256557</link>
    <description> &lt;p&gt;you need to develop application with user that have access level  according their privelege. you have choice to create views in mysql . you need to do some research on this.&lt;/p&gt;
 </description>
     <pubDate>Thu, 28 Oct 2010 11:03:55 +0000</pubDate>
 <dc:creator>stokes1900</dc:creator>
 <guid isPermaLink="false">comment 1256557 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>well, I suppose you&#039;re not</title>
    <link>https://www.webmaster-forums.net/web-database-development/need-advice-how-create-password-protected-database#comment-1246310</link>
    <description> &lt;p&gt;well, I suppose you&#039;re not meaning to give them access to run SQL queries, so you won&#039;t actually create users with different permissions, you&#039;d rather code the php/asp/anything of your site in order to authenticate users and allow them to access only some parts of the website&lt;/p&gt;
&lt;p&gt;you usually do this with a table where you save your usernames and passwords ( and email and everything else you need to store for each account ) and an access level, so depending on the access level you will let them do just few things in case they are standard users, or you will allow them do manage everything if the logged in user is an admin.&lt;/p&gt;
&lt;p&gt;You need some development experience to translate this into something that will actually work.&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Dec 2009 09:25:45 +0000</pubDate>
 <dc:creator>underscore</dc:creator>
 <guid isPermaLink="false">comment 1246310 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yikes, that is a large</title>
    <link>https://www.webmaster-forums.net/web-database-development/need-advice-how-create-password-protected-database#comment-1245216</link>
    <description> &lt;p&gt;Yikes, that is a large question!&lt;br /&gt;
I&#039;d start off by reading about database design.  Setting up your database schema so the data you intend to store can be read and written in the manner you wish.&lt;/p&gt;
&lt;p&gt;While you are designing, keep in mind the security access you mention, as well as any reporting you&#039;ll want to do now and into the future&lt;/p&gt;
&lt;p&gt;Searching for &quot;database design tutorial&quot; brings up many good looking pages.&lt;/p&gt;
&lt;p&gt;Your next step is creating the software that interacts with the database you&#039;ve just designed.  Choose the language you want to implement in, and search for tutorials that will get you started.&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;br /&gt;
Cheers,&lt;br /&gt;
Shaggy&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Oct 2009 14:55:47 +0000</pubDate>
 <dc:creator>Shaggy</dc:creator>
 <guid isPermaLink="false">comment 1245216 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
