Tagged Questions

1
vote
2answers
291 views

missing mysql_config error while installing DBD::mysql

I saw Trying to install Perl-Mysql DBD, mysql_config can't be found, and tried to locate mysql_config, but didn't find it. So, I tried to install mysql-devel, and then I get this error- ...
1
vote
1answer
807 views

How do I check if a database row exists using DBD::mysql and Perl?

I'm working with a MySQL database and need to check if a row is already there before deciding which queries to run. The table I'm working on is something like this: player(playerid, nickname, data1, ...