Quote:
Originally Posted by SirLancelot
I think we are getting somewhere as when I run the queries I am getting:-
Code:
Error
SQL query: Documentation
SELECT PASSWORD FROM ftp_user
WHERE active = 'y'
AND server_id = '1'
AND username = "steve-ftp"
LIMIT 0 , 30
MySQL said: Documentation
#1046 - No database selected
|
When you run the queries manually, you must first select the right database:
(replace
database with the database name).