Re: Excluding MySQL database tables from mysqldump

2014-04-07 Thread hsv
2014/04/07 08:02 -0800, Tim Johnson 2)mysqldump forces all database names to lower case in the "CREATE DATABASE" statement. I know, one shouldn't use upper case in database names, but :) tell that to my clients. Why not? That is not mentioned in the section devoted to mapp

MySQL Connector/ODBC 5.3.2 GA has been released

2014-04-07 Thread Hery Ramilison
Dear MySQL users, MySQL Connector/ODBC 5.3.2 GA, a new version of the ODBC driver for the MySQL database management system, has been released. The available downloads include both a Unicode driver and an ANSI driver based on the same modern codebase. Please select driver type you need based on t

Re: Excluding MySQL database tables from mysqldump

2014-04-07 Thread Tim Johnson
* shawn l.green [140407 07:05]: > Hello Tim, > > On 4/4/2014 10:27 PM, Tim Johnson wrote: > >* Tim Johnson [140404 17:46]: > >>Currently I'm running mysql on a Mac OSX partition. > >> > >>I have installed an ubuntu dual-booted partition and put mysql on > >>it. I have already set up a mysql user

Re: database not listed

2014-04-07 Thread shawn l.green
Hello Nicu, On 4/6/2014 1:51 AM, Nicolae Marasoiu wrote: Hi, A directory in datadir does not show up as database. Please help! drwx-- 2 mysql root 24576 oct 9 00:34 *opendental* drwx-- 2 mysql mysql 4096 mar 22 19:54 performance_schema drwx-- 2 mysql root 4096 mar 22

Re: Excluding MySQL database tables from mysqldump

2014-04-07 Thread shawn l.green
Hello Tim, On 4/4/2014 10:27 PM, Tim Johnson wrote: * Tim Johnson [140404 17:46]: Currently I'm running mysql on a Mac OSX partition. I have installed an ubuntu dual-booted partition and put mysql on it. I have already set up a mysql user on the ubuntu OS. In the past I have used mysqldump w