need help with mysql.uciForum: Apps Topic: need help with mysql.uci started by: Onyarian Posted by Onyarian on Mar. 19 2008,21:42
I want to practice with mysql, but I can't start it, the message after I load mysql.uci and mysql-gui.uci is:dsl@box:~$ /etc/init.d/mysql.server start Starting MySQL..../etc/init.d/mysql.server: line 159: kill: (1630) - No such process ERROR! and with the command read in the mysql.uci.info: dsl@box:~$ /usr/local/mysql/scripts/mysql_install_db --user=dsl /usr/local/mysql/scripts/mysql_install_db: line 1: my_print_defaults: command not found FATAL ERROR: Could not find SQL file './support-files/mysql_system_tables.sql' in ./support-files or inside . need I something that I have forgoten? I have make a link from /home/dsl/.mysql/data to /mnt/hda8 with a lot of space and occur the same. Posted by combi on April 24 2008,09:35
Sorry for the late answer.. was so busy earning money in the last 3 months ;-)Starting MySQL..../etc/init.d/mysql.server: line 159: kill: (1630) - No such process ----------------------------------------------------------- There schould be a symlink called "data" at /usr/local/mysql This schould be pointing to /home/dsl/.mysql/data I fear it does not when You install the unc for the first time Just delete the symlink and create a new one pointing to /home/dsl/.mysql/data or directly to "/mnt/hda8 with a lot of space" You can add this new symlink to Your /home/dsl/.filetool.lst to keep it. FATAL ERROR: Could not find SQL file './support-files/mysql_system_tables.sql' in : --------------------------------------------- I can't reproduce this Error by myself . The file "mysql_system_tables.sql" is located at : /usr/local/mysql/share/ Try go around this with symlinks to the *.sql files in /usr/local/mysql/support-files/ Please let me know if that works for You I am going to update the mysql.unc as soon as possible Posted by stunix*com on Aug. 19 2009,20:57
i keep getting this too in 4410. ive tried linking the files in share to a few places but got nowhere. itd be grate if we could fix it somehow. |