You cannot post messages because only members can post, and you are not currently a member.
Description:
Anything related to SQL Buddy...
|
|
|
Login Rejected
|
| |
I'm new to MySQL. I've just installed it (Mac OS 10.5) and can access
a database from the terminal command line and from OpenOffice using
JDBC. After configuring php per instructions at
[link] and moving SQL
Buddy to the web site location, I can get the login screen. It... more »
|
|
sqlite support - please retain it
|
| |
I have been looking for good sqlite tools for a while and sqlbuddy seems like it may well be useful. So **please** do retain the sqlite support! :-) I'm happy to debug and even provide patches as I can code in PHP moderately well. While I'm here I have a problem, when I connect to a sqlite3 database I... more »
|
|
SQLite configuration
|
| |
Where do you define the location of your SQLite files in the
config.php file? I see where you can define the default DB but not a
directory path to a repository/db store.
Thanks
|
|
can't log in to mysql
|
| |
hi,
i'm trying install joomla on my computer and it won't work it's
stopped when it tried to connect the sql db,
in my phpmyadmin on the localhost it's giving me error #1045 and when
i tried to log in with sqlbuddy
he write "There was a problem logging you in."
I haven't changed the password (it's blank the defult), and my skype... more »
|
|
Importing a .sql file
|
| |
I have a .sql files which contains my data and structure for the database I want to create. When I import I see the file uploads, then it just says "importing..." for a really long time. Does it just quite a while for an import to go through? Should I do something to my .sql file?
|
|
Cant login
|
| |
I jst downloaded the latest wampserver 2.0. Initially I was able to login to the SQL Buddy from the wampserver bt now I cant. Kindly help pls. Thanks.
|
|
FileMaker Imports
|
| |
I am a complete novice at databases, but we need one. Our current
inventory is on Excel spreadsheets, which I have begun to transfer
over to a 30-day free trial of Filemaker Pro. (The 30 days ends
November 17.) That inventory now has 160 records and will eventually
reach not over 1000. It is all on one table; we may add a few other... more »
|
|
Can't get SQL Buddy working from the start
|
| |
I downloaded SQL Buddy, got it all installed and ran into permission
denied issues. I found out that my server had to be reconfigured to
allow index.php as part of the allowed indexes. Once I got that done I
finally got to the login page. Once I was there, I went to login, but
it just keeps redirecting me back to the login page. I then proceeded... more »
|
|
Get an error when updating.
|
| |
This use to work when prior to using sql buddy.
-------------- Part of my code relating to editting -----------------
<?
} else {
include("conn.php");
$id=$_GET["id"];
$sql="select id,title,description,website, from bookmarks where
id='$id'";
$result=mysql_query($sql,$conn ection) or die(mysql_error());... more »
|
|
|