cancel
Showing results for 
Search instead for 
Did you mean: 

MySQL version for Community 3.4.d?

petejoy
Champ in-the-making
Champ in-the-making
Hi,

How to figure out the MySQL version of community 3.4.d bundle?

Thanks
2 REPLIES 2

dranakan
Champ on-the-rise
Champ on-the-rise
Hello,

Start Alfresco (mysql will start…)
Connect to mysql and look…


[root@ged2 Alfresco]# /opt/Alfresco/mysql/bin/mysql -uroot -pmysql
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.50 MySQL Community Server (GPL)

Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL v2 license

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

yaziderman
Champ in-the-making
Champ in-the-making
You can either use the bundled database, or a standalone (pre-installed) one!

Decide which option you like, and if you want to use your mysql instance, install MySql and create a database with a name and a user, then within the Alfresco wizard installation choose your option and set your database settings if you have chosen yours.

let us know if this is not clear enough.