Re: Problem in Configuring the database

2011-05-09 Thread Stuart MacKay
Rajul, If disk space is a problem why did you install VMWare and SUse - it should be easier to run MySQL directly on Windows. If you are using a viurtual machine then the VMWare installation, SUSE and then MySQL is going to take a lot more space. At this point I would use SQLite just to get

Re: Problem in Configuring the database

2011-05-08 Thread Malcolm Box
On 7 May 2011 16:44, rahul raj wrote: > After this i wanted to install database.. as mentioned in documentation, i > did install mysql using YaST in OpenSUSE.. when i typed "mysql" in terminal > it showed an error -- " Can't connect to local > MySQL server through socket '/var/run/mysql/mysql.so

Re: Problem in Configuring the database

2011-05-07 Thread rahul raj
On Fri, May 6, 2011 at 11:21 PM, Stuart MacKay < smac...@flagstonesoftware.com> wrote: > If you search for the error code 2002 the most likely cause is that the > MySQL server is not running. However you also mention that you are running > VMWare - I presume this is where the database server is ru

Re: Problem in Configuring the database

2011-05-06 Thread Stuart MacKay
If you search for the error code 2002 the most likely cause is that the MySQL server is not running. However you also mention that you are running VMWare - I presume this is where the database server is running. Are you trying to connect to the database from another system, i.e. windows ? I u

Re: Problem in Configuring the database

2011-05-06 Thread rahul raj
On Fri, May 6, 2011 at 1:45 PM, r_bloodlife wrote: > Hello, > I'm a beginner trying to build an application.. > please help in correcting these errors.. > I'm Confused, whether to use "MySql" or "Sqllite3" > > > "rahul@linux-cgdq:~/myproject/prj> ls -l > total 36 > -rw-r--r-- 1 rahul users 148 2

Re: Problem in Configuring the database

2011-05-06 Thread Stuart MacKay
It looks like a connection cannot be made to the MySQL database server. If you are just starting out with Django I would suggest that you use sqlite - it is really easy to work with (get the firefox plugin, https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/) and will do all the basi

AW: Problem in Configuring the database

2011-05-06 Thread Szabo, Patrick (LNG-VIE)
16 An: Django users Betreff: Problem in Configuring the database Hello, I'm a beginner trying to build an application.. please help in correcting these errors.. I'm Confused, whether to use "MySql" or "Sqllite3" "rahul@linux-cgdq:~/myproject/prj> ls -l total 36

Problem in Configuring the database

2011-05-06 Thread r_bloodlife
Hello, I'm a beginner trying to build an application.. please help in correcting these errors.. I'm Confused, whether to use "MySql" or "Sqllite3" "rahul@linux-cgdq:~/myproject/prj> ls -l total 36 -rw-r--r-- 1 rahul users 148 2011-05-04 23:36 current_datetime.py -rw-r--r-- 1 rahul users0 201