$ mysql -u paulsapi_wp -p
Enter password:dLk5+vg=q(qm
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5340 to server version: 3.23.54
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> CREATE DATABASE paulsapi_wp;
Query OK, 1 row affected (0.00 sec)
mysql> GRANT ALL PRIVILEGES ON paulsapi_wp.* TO "paulsapi_wp"@"hostname"
-> IDENTIFIED BY "dLk5+vg=q(qm";
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.01 sec)
mysql> EXIT
Bye
$
Fatal error: Call to undefined function wp() in /home/cwillb/public_html/wp-content/plugins/wp-piclens/mrss.php on line 10