zhaoyongjie commented on issue #18719:
URL: https://github.com/apache/superset/issues/18719#issuecomment-1040107015


   Hi @alan345 @minho95, I have validated on the master branch and MySQL 5.7.
   1. login MySQL
   2. create database from MySQL cli
   ```
   mysql> create database `foo@bar`;
   Query OK, 1 row affected (0.00 sec)
   
   mysql> show databases;
   +--------------------+
   | Database           |
   +--------------------+
   | information_schema |
   | foo@bar            |
   | infodumps          |
   | mysql              |
   | performance_schema |
   | sample_data        |
   | sampling           |
   | sys                |
   +--------------------+
   8 rows in set (0.00 sec)
   
   mysql>
   ```
   
   3. can't sent testing query for `foo@bar`
   <img width="558" alt="image" 
src="https://user-images.githubusercontent.com/2016594/154043396-dca0e7a1-90d5-4b8a-bc59-09f3aac2a0f8.png";>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to