Development/MariaDB

[MariaDB] 사용 명령어 참고

qWooWp 2019. 1. 17. 18:46
반응형


Logging into MariaDB

        mysql -u //user_name// -p -h //ip_address// //db_name//

        pass 화면이 뜨면 정상 접속 된 것으로 보면 됨. 

If you want to display your tables on the screen.
        Show tables; 





        
반응형