<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://build2be.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>build2be/com/e - mysqladmin</title>
 <link>https://build2be.com/category/mysqladmin</link>
 <description></description>
 <language>en</language>
<item>
 <title>Create and Fill the database</title>
 <link>https://build2be.com/content/create-and-fill-database</link>
 <description>&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;p&gt;Just follow README.mysql.txt&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;code&gt;mysqladmin -u root -p create drupaljam_demo
mysql -u root -p 
&amp;gt; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON drupaljam_demo.* TO &#039;drupaljam_demo&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;drupaljam_demo&#039;;&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Prepare settings.php&lt;/p&gt;
&lt;p&gt;&lt;pre&gt;&lt;code&gt;mv default.settings.php settings.php 
chmod 777 settings.php&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Add the site to apache (my steps)&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;cd /etc/apache2/sites-available/
cp drupaljam.dev drupaljam.demo
vi drupaljam.demo 
a2ensite drupaljam.demo 
vi /etc/hosts
# add 127.0.0.3 drupal.demo
/etc/init.d/apache2 reload&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Run the install from &lt;a href=&quot;http://drupaljam.build2be.com&quot;&gt;http://drupaljam.build2be.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-taxonomy-vocabulary-4 field-type-taxonomy-term-reference field-label-above&quot;&gt;&lt;div class=&quot;field-label&quot;&gt;free form:&amp;nbsp;&lt;/div&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/category/mysql&quot;&gt;mysql&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;field-item odd&quot;&gt;&lt;a href=&quot;/category/mysqladmin&quot;&gt;mysqladmin&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Tue, 23 Jun 2009 09:23:58 +0000</pubDate>
 <dc:creator>clemens</dc:creator>
 <guid isPermaLink="false">83 at https://build2be.com</guid>
 <comments>https://build2be.com/content/create-and-fill-database#comments</comments>
</item>
</channel>
</rss>
