MySQL Returning Empty Set Result in Galaxy
Hello all, *Happy New Year* * * I have configured MySQL in Galaxy. I have edited universe_wsgi.ini file: *database_connection = mysql://username:password@ /database_name?unix_socket=/var/run/mysqld/mysqld.sock * * * I restarted the galaxy and all the galaxy_tables has been created but all of those table returns empty sets. There are no data's on the table. I then created a new workflow and again saw the database. The workflow table was empty. The tables has been created but all the tables are empty. Am I missing something? Regards, Sachit
It turns out that I need to import the sqlite3 database in mysql. How can I do this with Galaxy? On Mon, Dec 31, 2012 at 4:15 AM, Sachit Adhikari < sachit.technerves@gmail.com> wrote:
Hello all,
*Happy New Year* * * I have configured MySQL in Galaxy. I have edited universe_wsgi.ini file:
*database_connection = mysql://username:password@ /database_name?unix_socket=/var/run/mysqld/mysqld.sock * * * I restarted the galaxy and all the galaxy_tables has been created but all of those table returns empty sets. There are no data's on the table. I then created a new workflow and again saw the database. The workflow table was empty. The tables has been created but all the tables are empty. Am I missing something?
Regards,
Sachit
participants (1)
-
Sachit Adhikari