Is it just me or is the current Alpha build of MySQL 5.0
HIGHLY instable?
5.0.2 on Windows is completely unusable for me too; crashes constantly
the Linux version seems to be fine, at least in my tests
Michael Kofler
--
MySQL General Mailing List
For list archives: http://lists.mysql.com
s not reported to the server.
@@session.time_zone is SYSTEM (obviously wrong).
This means: The time zone is not reported automatically, at least not in
all cases.
Thanks to all who can provide more insight into these topics!
Michael Kofler, author of The Definitive Guide to MySQL (apress)
HP code above seems to be ok as long as I don't call a SP.
$ok = $mysqli->multi_query("SELECT * FROM t1; SELECT * FROM t1");
Any ideas? Error in MySQL or in PHP?
Thank you,
Michael Kofler
http://www.kofler.cc/
--
MySQL General Mailing List
For list archives: http:
I would like to announce the 2nd edition of
The Definitive Guide to MySQL
by Michael Kofler
apress 2004
The book covers many aspects of MySQL application development, including
- installation (Windows, Linux)
- GUIs (MySQL Control Center, phpMyAdmin)
- database design
- SQL
- security
lot,
Michael Kofler
(author of the book 'MySQL' published by
Addison Wesley Germany / apress USA)
http://www.kofler.cc/mysql
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
I am using MySQL 4.0.10 on Windows. If I process SELECT @@whatever (where
whatever is not a valid global variable name), the connection is closed.
Is this by design? Then it should be documented. Otherwise it is probably a
bug.
Best wishes,
Michael Kofler
http://www.kofler.cc
try mssql2mysql; this is a VB/VBA script which can connect directly to
MySQL, thus eliminating the need of temporary files
http://www.kofler.cc/mysql/mssql2mysql.html
Best wishes,
Michael Kofler
-
Before posting, please
See:
http://www.kofler.cc/mysql/mssql2mysql.html
(converts schema + data, no SPs, no triggers, no views etc.; GPL)
Best wishes,
Michael Kofler
-
Before posting, please check:
http://www.mysql.com/manual.php (the
3.23.37:
SELECT * FROM table1 WHERE colA=1 IN SHARE MODE
does not work (ERROR 1064: You have an error in
your SQL syntax near 'share mode' at line 1).
On the other side
SELECT * FROM table1 IN SHARE MODE
does work, i.e. the syntax error only happens if
I specify a WHERE clause or an OR
is free (GPL)
Best wishes,
Michael Kofler
http://www.kofler.cc
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To request
mysql is started without these options or if it is
started with --password=xy
this happens both on Linux and on Windows with 3.23.32
any ideas?
thank you,
Michael Kofler
http://www.kofler.cc
-
Before posting, please check
mssql2mysql converts Microsoft SQL Server databases to MySQL
mssql2mysql is VB/VBA code (you need VB6 or a VBA6 capable program such as
Excel 2000 or Word 2000 to run it)
mssql2mysql is free (GPL)
for more informations see:
http://www.kofler.cc/mysql/
Michael Kofler
12 matches
Mail list logo