MySQL Goads Oracle (SYS-CON Media)

MySQL Goads Oracle (SYS-CON Media)
MySQL is going to wave a red cape in front of Oracle by offering senior Oracle database administrators a free one-day course of technical training in its advanced techniques. Roughly a third of Oracle users are supposed to have MySQL in their shops.

Unwired (Sydney) looking for MySQL DBA

Unwired (Sydney) looking for MySQL DBA
The good people at Unwired are looking for basically a MySQL DBA, although you’d also have the opportunity to do some coding, work on other projects and with additional technologies. You’ll need to have decent experience with MySQL 4 and 5,…

Connect ASP to MySQL

Connect ASP to MySQL
After installing the MySQL ODBC Connector 3.51, ASP code connection will like this Set conn= Server.CreateObject(?ADODB.Conection?) ConStr = ?DSN=phpdemo? conn.OPen ConnStr Set rs = conn.Execute(?SELECT * FROM testdata?)…