-
Mysql 설치한 후...Data Base/MySQL 2008. 3. 7. 18:56
C:\mysql\bin>mysqld
C:\mysql\bin>mysql
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)C:\mysql\bin>mysql
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)C:\mysql\bin>mysql -u root mysql
ERROR 2003: Can't connect to MySQL server on 'localhost' (10061)C:\mysql\bin>mysqld.exe --install <-----윈도우 서비스에 등록하는 방법
C:\mysql\bin>net start MySQL
MySql 서비스를 시작합니다..
MySql 서비스가 잘 시작되었습니다.
C:\mysql\bin>mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.38-max-debugType 'help;' or '\h' for help. Type '\c' to clear the buffer
mysql>
'Data Base > MySQL' 카테고리의 다른 글
회원 테이블 생성 쿼리 (0) 2008.04.11 mysql 을 설치했는데...자꾸 삐삐 거리면서 신경 거스르는 소리가 났지만 해결. (0) 2008.04.10 java.lang.ClassNotFoundException: org.gjt.mm.mysql.Driver (0) 2008.03.12 MySQL commend 출력 및 명령어 (0) 2007.11.28 ResultSet에서 LONG VARCHAR 읽어오기 (0) 2007.11.26 MySQL에서 이런 오류가 발생해서 봤는데... (0) 2007.11.26 데이터 베이스 식별을 위한JDBC URL (0) 2007.11.23