Re: [Assp-user] Getting ASSP to use Mysql

2017-06-02 Thread James Moe
On 06/01/2017 11:41 AM, Robert K Coffman Jr. -Info From Data Corp. wrote: > Here are my notes from when I did this. > Thank you! The bits about changing the entries to "DB:" were especially useful since the docs were not clear about that. I am still having difficulty though not due to ASSP i

Re: [Assp-user] Getting ASSP to use Mysql

2017-06-01 Thread Robert K Coffman Jr. -Info From Data Corp.
Here are my notes from when I did this. A key factor for me was doing it in a test environment first - no surprises like dying ASSP in prod. HTH: install mysql: sudo apt-get install mysql-server new password: (SEE KEEPASS) sudo mysql -u root -p mysql> CREATE

Re: [Assp-user] Getting ASSP to use Mysql

2017-06-01 Thread James Moe
On 06/01/2017 06:49 AM, Alexandre de Arruda Paes wrote: > > In assp base dir, do you have the file assp_db_import.cfg ? > Yes. Here are the first two lines: # version='2.4.3'; # modversion='(15119)'; -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 Think. ---

Re: [Assp-user] Getting ASSP to use Mysql

2017-06-01 Thread Alexandre de Arruda Paes
Hi, In assp base dir, do you have the file assp_db_import.cfg ? Alexandre 2017-05-31 15:53 GMT-03:00 James Moe : > On 05/27/2017 02:26 PM, James Moe wrote: > > Nothing happened. No tables were created in the database. > > No entries in the mysql logs. > > Apparently the process quietly di

Re: [Assp-user] Getting ASSP to use Mysql

2017-05-31 Thread James Moe
On 05/27/2017 02:26 PM, James Moe wrote: > Nothing happened. No tables were created in the database. > No entries in the mysql logs. > Apparently the process quietly dies without even a whimper. > > What next? > No one knows? As a result of this effort, ASSP was destabilized (see "AS

[Assp-user] Getting ASSP to use Mysql

2017-05-27 Thread James Moe
Hello, assp 2.5.5 (17073) linux 4.4.62-18.6-default x86_64 perl 5.18.2 ASSP is recommending that I use a database to manage data. myhost: localhost DBdriver: mysql mydb: asspdb myuser: assp_admin mypassword: $ ll mysql/dbimport/ total 28804 -rw-r--r-- 1 root root