madHatter1
Technical User
Hello
I have managed to download mySQL, but I'm not sure I have installed it! I feel I have made some progress, although it is snail-like.
I have opened up MS-DOS and typed in a few commands and the results are as follows:
C:\>C:\mysql\bin\mysqladmin version status proc
C:\MYSQL\BIN\MYSQLA~1.EXE Ver 8.23 Distrib 3.23.55, for Win95/Win98 on i32
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 3.23.55-max-debug
Protocol version 10
Connection localhost via TCP/IP
C:\>C:\mysql\bin\mysqlshow
+-----------+
| Databases |
+-----------+
| mysql |
| test |
+-----------+
C:\>
C:\>C:\mysql\bin\mysqlshow -u root mysql
Database: mysql
+--------------+
| Tables |
+--------------+
| columns_priv |
| db |
| func |
| host |
| tables_priv |
| user |
+--------------+
C:\>
C:\>C:\mysql\bin\mysqladmin version status proc
C:\MYSQL\BIN\MYSQLA~1.EXE Ver 8.23 Distrib 3.23.55, for Win95/Win98 on i32
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 3.23.55-max-debug
Protocol version 10
Connection localhost via TCP/IP
TCP port 3306
Uptime: 4 min 41 sec
Threads: 1 Questions: 13 Slow queries: 0 Opens: 6 Flush tables: 1 Open tabl
es: 0 Queries per second avg: 0.046 Memory in use: 8307K Max memory used: 8339
K
Uptime: 281 Threads: 1 Questions: 13 Slow queries: 0 Opens: 6 Flush tables:
1 Open tables: 0 Queries per second avg: 0.046 Memory in use: 8307K Max memo
ry used: 8339K
+----+------+-----------+----+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------+-----------+----+---------+------+-------+------------------+
| 6 | ODBC | localhost | | Query | 0 | | show processlist |
+----+------+-----------+----+---------+------+-------+------------------+
C:\>
C:\>C:\mysql\bin\mysql test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7 to server version: 3.23.55-max-debug
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
When I try to follow the MS-DOS command 'help;' or '\h' the cursor won't go any further (and I can hear a little clicking noise).
I would be grateful if somebody could just confirm that I am on the right track, and if somebody could indicate how I can now go a little further.
Many thanks
Hatter
I have managed to download mySQL, but I'm not sure I have installed it! I feel I have made some progress, although it is snail-like.
I have opened up MS-DOS and typed in a few commands and the results are as follows:
C:\>C:\mysql\bin\mysqladmin version status proc
C:\MYSQL\BIN\MYSQLA~1.EXE Ver 8.23 Distrib 3.23.55, for Win95/Win98 on i32
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 3.23.55-max-debug
Protocol version 10
Connection localhost via TCP/IP
C:\>C:\mysql\bin\mysqlshow
+-----------+
| Databases |
+-----------+
| mysql |
| test |
+-----------+
C:\>
C:\>C:\mysql\bin\mysqlshow -u root mysql
Database: mysql
+--------------+
| Tables |
+--------------+
| columns_priv |
| db |
| func |
| host |
| tables_priv |
| user |
+--------------+
C:\>
C:\>C:\mysql\bin\mysqladmin version status proc
C:\MYSQL\BIN\MYSQLA~1.EXE Ver 8.23 Distrib 3.23.55, for Win95/Win98 on i32
Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
Server version 3.23.55-max-debug
Protocol version 10
Connection localhost via TCP/IP
TCP port 3306
Uptime: 4 min 41 sec
Threads: 1 Questions: 13 Slow queries: 0 Opens: 6 Flush tables: 1 Open tabl
es: 0 Queries per second avg: 0.046 Memory in use: 8307K Max memory used: 8339
K
Uptime: 281 Threads: 1 Questions: 13 Slow queries: 0 Opens: 6 Flush tables:
1 Open tables: 0 Queries per second avg: 0.046 Memory in use: 8307K Max memo
ry used: 8339K
+----+------+-----------+----+---------+------+-------+------------------+
| Id | User | Host | db | Command | Time | State | Info |
+----+------+-----------+----+---------+------+-------+------------------+
| 6 | ODBC | localhost | | Query | 0 | | show processlist |
+----+------+-----------+----+---------+------+-------+------------------+
C:\>
C:\>C:\mysql\bin\mysql test
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7 to server version: 3.23.55-max-debug
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
When I try to follow the MS-DOS command 'help;' or '\h' the cursor won't go any further (and I can hear a little clicking noise).
I would be grateful if somebody could just confirm that I am on the right track, and if somebody could indicate how I can now go a little further.
Many thanks
Hatter