alzalabany / sql-buddy

Automatically exported from code.google.com/p/sql-buddy
MIT License
0 stars 0 forks source link

When trying to open a SQLite3 database it throws "There was a problem logging you in" #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install php5-sqlite extension and load it
2. open sqlbuddy
3. selects "sqlite" from the dropdown and add the .db path

Instead of going into the database administration, it gives me the error "There 
was a problem logging you in."

What version of the product are you using? On what operating system?
Last version of SQLBuddy, PHP 5.3, Ubuntu 11.04, Apache 2, SQLite 3

Original issue reported on code.google.com by igorsant...@gmail.com on 28 Jul 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Looks like the default behaviour is to only access SQLite 2 databases - a 
common problem in PHP. See Issue 16 - 
http://code.google.com/p/sql-buddy/issues/detail?id=16

Original comment by a...@todd.id.au on 11 Aug 2011 at 4:29