본문 바로가기

리눅스

maria db 테이블에 리눅스의 csv 파일 입력하기

maria db 접속하기

[root@localhost ~]# mysql -h 192.168.122.1 -u scott -p
Enter password:

#MariaDB 로 접속 
MariaDB [(none)]> use orcl;
Database changed
#MaiaDB의 orcl 로 접속 
MariaDB [orcl]>

maria db 빠져나오기

MariaDB [orcl]> exit 
#혹은
MariaDB [orcl]> ctrl+C