Hi,
I have an access to the serwer but I can only use user account with standard restrictions. I decided to try installing MySQL within this user's directories. I have assumed that it is posible. I hope I was right(?)
With such command I try to run the server:
bin/mysqld_safe --defaults-file=/home/user/tools/mysql/share/mysql/my.cnf
--basedir=/home/user/tools/mysql
--datadir=/home/user/tools/mysql/data
--ledir=/home/user/tools/mysql/libexec
--log-error=/home/user/tools/mysql/mysql.log
--mysqld=mysqld
--pid-file=/home/user/tools/mysql/share/mysql.pid
--socket=/home/user/mysql/share
--user=user
It results in errors of course -,-
100916 14:49:08 mysqld_safe Starting mysqld daemon with databases from /home/user/tools/mysql/data
100916 14:49:08 [Warning] /home/user/tools/mysql/libexec/mysqld: Option '--set-variable' is deprecated. Use --variable-name=value instead.
100916 14:49:08 [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 475 error messages,
but it should contain at least 641 error messages.
Check that the above file is the right version for this program!
100916 14:49:08 [Warning] One can only use the --user switch if running as root
/home/user/tools/mysql/libexec/mysqld: Unknown error 1146
100916 14:49:08 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
100916 14:49:08 [ERROR] /home/user/tools/mysql/libexec/mysqld: unknown option '--skip-bdb'
100916 14:49:08 [ERROR] Aborting
100916 14:49:08 [Note]
100916 14:49:08 mysqld_safe mysqld from pid file /home/user/tools/mysql/share/mysql.pid ended
Could you help me?
I have an access to the serwer but I can only use user account with standard restrictions. I decided to try installing MySQL within this user's directories. I have assumed that it is posible. I hope I was right(?)
With such command I try to run the server:
bin/mysqld_safe --defaults-file=/home/user/tools/mysql/share/mysql/my.cnf
--basedir=/home/user/tools/mysql
--datadir=/home/user/tools/mysql/data
--ledir=/home/user/tools/mysql/libexec
--log-error=/home/user/tools/mysql/mysql.log
--mysqld=mysqld
--pid-file=/home/user/tools/mysql/share/mysql.pid
--socket=/home/user/mysql/share
--user=user
It results in errors of course -,-
100916 14:49:08 mysqld_safe Starting mysqld daemon with databases from /home/user/tools/mysql/data
100916 14:49:08 [Warning] /home/user/tools/mysql/libexec/mysqld: Option '--set-variable' is deprecated. Use --variable-name=value instead.
100916 14:49:08 [ERROR] Error message file '/usr/share/mysql/english/errmsg.sys' had only 475 error messages,
but it should contain at least 641 error messages.
Check that the above file is the right version for this program!
100916 14:49:08 [Warning] One can only use the --user switch if running as root
/home/user/tools/mysql/libexec/mysqld: Unknown error 1146
100916 14:49:08 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
100916 14:49:08 [ERROR] /home/user/tools/mysql/libexec/mysqld: unknown option '--skip-bdb'
100916 14:49:08 [ERROR] Aborting
100916 14:49:08 [Note]
100916 14:49:08 mysqld_safe mysqld from pid file /home/user/tools/mysql/share/mysql.pid ended
Could you help me?