| Summary: | failure connecting to mysql engine as root with valid password, cli and gui | ||
|---|---|---|---|
| Product: | [Applications] KEXI | Reporter: | Hugh Esco <hesco> |
| Component: | General | Assignee: | Jarosław Staniek <staniek> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | crash | CC: | daniel.moyne |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Hugh Esco
2005-06-07 07:58:35 UTC
Are you using local MySQL socket or a port for your local connection? If you're using a port, try to add --port <number> option. Anyway, try to play with connection shortcut file, where you can set all the options permamently: http://www.kexi-project.org/wiki/wikiview/index.php?Startup%20Options#Using_.KEXIS_shortcut_files BTW, is this an application crash or connection problem? what kexi --version returns? I tried the connection dialog and the command line --port 3306. Both led to application crashes. I'm using version 0.10 as mentioned in last night's bug report. -- Hugh Please download and try most recent Kexi version: http://www.kexi-project.org/wiki/wikiview/index.php?Download Too many things have been changed since 0.1 series. Perhaps, but that was what Debian / testing gave me to work with. -- Hugh Without a backtrace I cannot say too much, so if all new kexi versions crases for you may need a version with debug info, i.e. compiled by hand, what's not actually hard especially if you're planning to test/use Kexi also in the future. Hi, Is this bug still present with the current version in unstable (0.9)? Note that: > kexi -dbdriver mysql -user root -createdb mydb should probably be > kexi --dbdriver mysql --user root --createdb mydb Also, if you still get this error: > and when invoked from gui, it says: > Could not connect to "localhost" database server. it may be because localhost is not the first name after 127.0.0.1 in your /etc/hosts file. Cuuld not reproduce on recent version (SVN trunk). I confirm similar bug : when connecting to existing MtSQL database with valid root username and password the app freezes ; same when testing connection to data base though the window says that connection was succesfull Regards |