• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Installing DBD Doesn't Work

I found the mysql_config in /usr/local/psa/mysql/bin/mysql_config. It gets me a little farther, now I pass 2/18 tests :eek: But it's better than the 1/18 I was passing before I suppose:

Test returned status 255 (wstat 65280, 0xff00)
Failed Test Status Wstat Total Fail Failed List of failed
-------------------------------------------------------------------------------
t/10dsnlist.t 10 2560 9 9 100.00% 1-9
t/20createdrop. 10 2560 5 5 100.00% 1-5
t/30insertfetch 10 2560 11 11 100.00% 1-11
t/40bindparam.t 10 2560 28 28 100.00% 1-28
t/40blobs.t 10 2560 11 11 100.00% 1-11
t/40listfields. 10 2560 18 18 100.00% 1-18
t/40nulls.t 10 2560 11 11 100.00% 1-11
t/40numrows.t 10 2560 25 25 100.00% 1-25
t/50chopblanks. 10 2560 35 35 100.00% 1-35
t/50commit.t 255 65280 30 30 100.00% 1-30
t/ak-dbd.t 255 65280 91 89 97.80% 1, 4-91
t/akmisc.t 10 2560 352 352 100.00% 1-352
t/dbdadmin.t 10 2560 21 21 100.00% 1-21
t/insertid.t 255 65280 12 12 100.00% 1-12
t/mysql.t 68 68 100.00% 1-68
t/mysql2.t 255 65280 ?? ?? % ??
1 test skipped.
Failed 16/18 test scripts, 11.11% okay. 725/732 subtests failed, 0.96% okay.
 
You know, I see a lot of these in the tests that error:

t/dbdadmin..........DBI->connect(test) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/dbdadmin.t
line 74
Cannot connect: Access denied for user 'root'@'localhost' (using password: NO)
Either your server is not up and running or you have no
permissions for acessing the DSN DBI:mysql:test.
This test requires a running server and write permissions.
Please make sure your server is running and you have
permissions, then retry.

I'm wondering if I have to set up some other variable in the Makefile?
 
Originally posted by bray
You know, I see a lot of these in the tests that error:

t/dbdadmin..........DBI->connect(test) failed: Access denied for user 'root'@'localhost' (using password: NO) at t/dbdadmin.t
line 74
Cannot connect: Access denied for user 'root'@'localhost' (using password: NO)
Either your server is not up and running or you have no
permissions for acessing the DSN DBI:mysql:test.
This test requires a running server and write permissions.
Please make sure your server is running and you have
permissions, then retry.

I'm wondering if I have to set up some other variable in the Makefile?

I wouldn't personally worry about make test, but if you want to verify it works then you will need to read the README and setup your connection information and create the "test" database.

I would just run make install at this point.
 
Ok, it "seems" to have installed now using the mysql_config location. Is there a way I can test to see if it's actually working?

Eric
 
Originally posted by bray
Ok, it "seems" to have installed now using the mysql_config location. Is there a way I can test to see if it's actually working?

I am assuming you installed it because you have script you wanted to use. If not you may want to get a perl based script that uses mysql and go from there.
 
Back
Top