top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

MariaDB, is building the source exactly the same as mysql

0 votes
271 views

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
-DMYSQL_UNIX_ADDR=/var/run/mysql.sock
-DMYSQL_DATADIR=/var/lib/sql/data -DWITH_DEBUG=0 -DWITH_SSL=system
-DWITH_INNOBASE_STORAGE_ENGINE=1 -DWITH_ARCHIVE_STORAGE_ENGINE=1

posted Aug 9, 2013 by Sanketi Garg

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Yes - why not try it?

answer Aug 9, 2013 by Majula Joshi
Similar Questions
0 votes

We've been running for a while now using embedded Jetty but due to some upcoming infrastructure changes we're migrating to Tomcat 7. I'm having an issue getting my servlet to recognize the mariadb connector

NO SUITABLE DRIVER FOUND FOR JDBC:MARIADB:// 

This has been running in the past with Jetty, so I haven't made any code changes. I've dropped the mariadb-java-client-1.1.8.jar in the tomcathome/lib directory as in my experience in the past this was all I needed to do. However since I'm still getting this exception I'm not sure how to debug further. I've tried running tomcat with the debug option

BIN/CATALINA.BAT DEBUG  

but I'm not really sure how to use it properly other than running my servlet and viewing the classpath.

Any assistance on the matter would be helpful.

+1 vote

I did a test install of Fedora 19 on a spare machine and discovered that MySQL is no longer part of the Distro being replaced by MariaDB.

Has anyone tried to run WordPress in conjunction with MariaDB and if so any problems.

...