Hi friends I am new to mysql . After Installing mysql-standard-4.1.22-unknown-linux-gnu-x86_64-icc-glibc23 in linux i am getting the error
./mysql_install_db
./mysql_install_db: line 85: my_print_defaults: command not found
Could not find help file 'fill_help_tables.sql' in ./support-files or inside ..
pl help me how to overcome it
Thanks in advance

Recommended Answers

All 2 Replies

re: vnanaji - mysql installation
I've seen this problem before. I recommend using a more current version. However your problem is that you have to run the script from the root dir where MySql is installed.
./scripts/mysql_install_db --user=mysql

re: vnanaji - mysql installation
I've seen this problem before. I recommend using a more current version. However your problem is that you have to run the script from the root dir where MySql is installed.
./scripts/mysql_install_db --user=mysql

Hi ferensick
Thank u for quick response my problem is solved because that is a software problem .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.