Re: how to create a databse

2013-01-06 Thread ANKIT BAGARIA
fixed it. thankyou so much. On 6 January 2013 04:33, Subodh Nijsure wrote: > On Ubuntu following works - > > Run: > sudo dpkg-reconfigure mysql-server-5.1 > > Now this will allow you set password for 'root' user. > > Les assume you want to create user joe and create database joedb , wan

Re: how to create a databse

2013-01-05 Thread Subodh Nijsure
On Ubuntu following works - Run: sudo dpkg-reconfigure mysql-server-5.1 Now this will allow you set password for 'root' user. Les assume you want to create user joe and create database joedb , want to assign password 'joepassword' Now login to the mysql as: mysql -u root -p'r

Re: how to create a databse

2013-01-05 Thread Francis Kayiwa
On Sat, Jan 5, 2013 at 9:41 AM, ANKIT BAGARIA wrote: > I have installed mysql as databse and i am not able to create a database. I > know the command for it but dont know where to type it. Django tutorials > tell to run the command in database interactive. But I am not able to figure > out how to

RE: how to create a databse

2013-01-05 Thread Babatunde Akinyanmi
Follow these steps: 1. Visit google.com 2. Type in the field - how to create a MySQL database Trust me, google knows everything; you will get more than enough answers. Sent from my Windows Phone -- From: ANKIT BAGARIA Sent: 1/5/2013 5:45 PM To: django-users@googlegroups