CREATE PROCEDURE `get_Database_BY_User`(IN username VARCHAR(20), IN database_type VARCHAR(20))
    NOT DETERMINISTIC
    SQL SECURITY DEFINER
    COMMENT ''BEGIN
declare dslist text;
select txt_DataSourceList form sys_users where chr_username=username into dslist;
END;EMS,报错:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'select txt_DataSourceList form sys_users where chr_username=username into dslist' at line 8