MariaDB

2013-08-09 Thread Nick Edwards
Question, is building the source exactly the same as mysql? Meaning, if I build it with set CMAKE options building mysql, can I use those exact same options building mariab? eg: cmake -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_INCLUDEDIR=include/mysql -DINSTALL_LIBDIR=lib/mysql -DMYSQL_USER=mysql

Re: MariaDB

2013-08-09 Thread Reindl Harald
Am 09.08.2013 08:28, schrieb Nick Edwards: Question, is building the source exactly the same as mysql? Meaning, if I build it with set CMAKE options building mysql, can I use those exact same options building mariab? eg: cmake -DCMAKE_INSTALL_PREFIX=/usr

connection issue

2013-08-09 Thread Ed L.
This mysql newbie is having trouble connecting to a mysqld instance, hoping someone can offer a clue on troubleshooting. I have 2 mysql 5.0.45 installations on one RHEL server. One live mysqld is setup in what appears to be a relatively standard installation, port 3306, user 'mysql', etc.

Re: connection issue

2013-08-09 Thread Claudio Nanni
Hi, # mysql -P 5045 Add -h127.0.0.1 # mysql -P5045 -h127.0.0.1 Cheers -- Claudio -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql