|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
my process to install Mysql is
1. start 'gnorpm ' 1.1 install Mysql 2. ./Mysql.server start 3. install /var/lib/mysql_install_db But till i don't get the 'mysql' executable file of 'mysqladmin' in all directory. I am using a rmp version 3.22 for mysql installation not tar version. thanks, |
|
#2
|
|||
|
|||
|
When you run
./Mysql.server start Do you see something like this? Starting mysqld daemon with databases from /var/lib/mysql What do you see if you just type 'mysql'? Can you see.. Welcome to the MySQL monitor. Commands end with ; or g. |
|
#3
|
|||
|
|||
|
thanks,
it was a version problem , mysql3.22...rpm is not good when i installed mysql 3.21 fixed the problem. but now mysql.server is unavilable. how can i properly shut down the mysql server? |
|
#4
|
|||
|
|||
|
thanks,
it was a version problem , mysql3.22...rpm is not good when i installed mysql 3.21 fixed the problem. but now mysql.server is unavilable. how can i properly shut down the mysql server? |
|
#5
|
|||
|
|||
|
Have you added a 'mysql' user to your system?
Here is my 'mysql.server' script. #!/bin/sh # if [ -x /usr/local/mysql/bin/safe_mysqld ] then /usr/local/mysql/bin/safe_mysqld --user=mysql > /dev/null & && echo -n 'mysql' fi |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > how can i get "mysql" and "mysq>" |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|