ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] oobase & mysql
@ 2007-02-20 13:59 Alexey Sidorov
  2007-02-20 16:33 ` Artem Zolochevskiy
  2007-02-20 20:43 ` Vitaly Lipatov
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Sidorov @ 2007-02-20 13:59 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Здравствуйте.
Пытаюсь заставить openoffice base работать с mysql
Имею:
 openoffice.org-2.1.0-alt3
 libMySQL-5.0.34-alt1
 MySQL-server-5.0.34-alt1
 MySQL-client-5.0.34-alt1
 libmysqlclient12-4.0.26-alt1
 mysql-connector-odbc-3.51-alt1.1
 unixODBC-gui-qt-2.2.12-alt1
 libunixODBC-2.2.12-alt1
 unixODBC-2.2.12-alt1
 mysql-jdbc-3.1.11-alt1
 j2se1.5-sun-jdbc-1.5.0_11-alt1
 j2se1.5-sun-1.5.0_11-alt1

Пробую соединение через jdbc:
В окошке мастера oobase прописан класс драйвера MySQL JDBC: com.mysql.jdbc.Driver
Жму "Тестовый класс", получаю Тест драйвера JDBC: JDBC драйвер не загружен.

Пробую через ODBC:
# sudo myodbc3i -a -d -t"MySQL ODBC 3.51
Driver;DRIVER=/usr/lib/libmyodbc3.so;SETUP=/usr/lib/libmyodbc3S.so"
# ODBCConfig
Во вкладке User DSN пытаюсь добавить тот самый MySQL ODBC 3.51 Driver и получаю
"Could not construct a property list for (MySQL ODBC 3.51 Driver)"
Ну и соответственно никаких вариантов в oobase в окошке выбора базы odbc нету.

Что я делаю не так?
И где вообще почитать как надо?

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] oobase & mysql
  2007-02-20 13:59 [sisyphus] oobase & mysql Alexey Sidorov
@ 2007-02-20 16:33 ` Artem Zolochevskiy
  2007-02-20 20:43 ` Vitaly Lipatov
  1 sibling, 0 replies; 4+ messages in thread
From: Artem Zolochevskiy @ 2007-02-20 16:33 UTC (permalink / raw)
  To: sisyphus

Alexey Sidorov wrote:

> Здравствуйте.
> Пытаюсь заставить openoffice base работать с mysql
> Имею:
>  openoffice.org-2.1.0-alt3
>  libMySQL-5.0.34-alt1
>  MySQL-server-5.0.34-alt1
>  MySQL-client-5.0.34-alt1
>  libmysqlclient12-4.0.26-alt1
>  mysql-connector-odbc-3.51-alt1.1
>  unixODBC-gui-qt-2.2.12-alt1
>  libunixODBC-2.2.12-alt1
>  unixODBC-2.2.12-alt1
>  mysql-jdbc-3.1.11-alt1
>  j2se1.5-sun-jdbc-1.5.0_11-alt1
>  j2se1.5-sun-1.5.0_11-alt1
> 
> Пробую соединение через jdbc:
> В окошке мастера oobase прописан класс драйвера MySQL JDBC:
> com.mysql.jdbc.Driver Жму "Тестовый класс", получаю Тест драйвера JDBC:
> JDBC драйвер не загружен.
> 
> Пробую через ODBC:
> # sudo myodbc3i -a -d -t"MySQL ODBC 3.51
> Driver;DRIVER=/usr/lib/libmyodbc3.so;SETUP=/usr/lib/libmyodbc3S.so"
> # ODBCConfig
> Во вкладке User DSN пытаюсь добавить тот самый MySQL ODBC 3.51 Driver и
> получаю "Could not construct a property list for (MySQL ODBC 3.51 Driver)"
> Ну и соответственно никаких вариантов в oobase в окошке выбора базы odbc
> нету.
> 
> Что я делаю не так?
> И где вообще почитать как надо?
> 

Нужно прописать mysql-jdbc - Сервис - Параметы -Java - Путь класса
а вообще его (mysql-jdbc) желательно посвежее из сети закачать.

много полезного об ОО.org  на русском - http://community.i-rs.ru

-- 
Artem Zolochevskiy
Kaliningrad, Russia
JID: az@jabber.org



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] oobase & mysql
  2007-02-20 13:59 [sisyphus] oobase & mysql Alexey Sidorov
  2007-02-20 16:33 ` Artem Zolochevskiy
@ 2007-02-20 20:43 ` Vitaly Lipatov
  2007-02-21  8:27   ` Alexey Sidorov
  1 sibling, 1 reply; 4+ messages in thread
From: Vitaly Lipatov @ 2007-02-20 20:43 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

On 20 февраля 2007, Alexey Sidorov wrote:
> Здравствуйте.
> Пытаюсь заставить openoffice base работать с mysql

http://www.freesource.info/wiki/AltLinux/Dokumentacija/ODBC


-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! WINE! LaTeX! LyX! http://freesource.info


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] oobase & mysql
  2007-02-20 20:43 ` Vitaly Lipatov
@ 2007-02-21  8:27   ` Alexey Sidorov
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Sidorov @ 2007-02-21  8:27 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Vitaly Lipatov пишет:
> On 20 февраля 2007, Alexey Sidorov wrote:
>> Здравствуйте.
>> Пытаюсь заставить openoffice base работать с mysql
> 
> http://www.freesource.info/wiki/AltLinux/Dokumentacija/ODBC
> 
> 
добавил туда инфу по соединению через jdbc

-- 
Alexey Sidorov
	mailto:alex@reutman.ru
	JID: alex@reutman.ru
	ICQ: 5052225


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-21  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-20 13:59 [sisyphus] oobase & mysql Alexey Sidorov
2007-02-20 16:33 ` Artem Zolochevskiy
2007-02-20 20:43 ` Vitaly Lipatov
2007-02-21  8:27   ` Alexey Sidorov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git