<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Try make uninstall. It should use install_manifest.txt to find what's installed.&nbsp;<br><br>Sent from my iPhone</div><div><br>On Nov 16, 2012, at 11:58, Érico &lt;<a href="mailto:ericomtx@gmail.com">ericomtx@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div>I have followed the steps from bellow to install mysql from src on my linux ( red hat 6 ) : <br><br>shell&gt; groupadd mysql<br>shell&gt; useradd -r -g mysql mysql<br># Beginning of source-build specific instructions<br>shell&gt; tar zxvf mysql-VERSION.tar.gz<br>
shell&gt; cd mysql-VERSION<br>shell&gt; cmake .<br>shell&gt; make<br>shell&gt; make install<br><br>all these as root <br><br>the point is that it did not install into /usr/local but into /usr/share <br><br><br>these worked fine : <br>
# Postinstallation setup<br>shell&gt; cd /usr/local/mysql<br>shell&gt; chown -R mysql .<br>shell&gt; chgrp -R mysql .<br><br><br>but I can not create the DB or start the server : <br><br><br>1. [root@ericomtx bin]# pwd<br>
/usr/bin<br>[root@ericomtx bin]# ls -la mysql*<br>-rwxr-xr-x. 1 root root 4984411 Nov 15 13:26 mysql<br>-rwxr-xr-x. 1 root root&nbsp; 110776 Nov 15 13:24 mysqlaccess<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 1702 Apr&nbsp; 9&nbsp; 2010 mysqlaccess.conf<br>
-rwxr-xr-x. 1 root root 4290406 Nov 15 13:26 mysqladmin<br>-rwxr-xr-x. 1 root root 4841390 Nov 15 13:26 mysqlbinlog<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp; 10349 Nov 15 13:24 mysqlbug<br>-rwxr-xr-x. 1 root root 4281034 Nov 15 13:26 mysqlcheck<br>
-rwxr-xr-x. 1 root root 4994249 Nov 15 13:26 mysql_client_test<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 6456 Nov 15 13:24 mysql_config<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 4169 Nov 15 13:24 mysql_convert_table_format<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp; 22389 Nov 15 13:24 mysqld_multi<br>
-rwxr-xr-x. 1 root root&nbsp;&nbsp; 21432 Nov 15 13:24 mysqld_safe<br>-rwxr-xr-x. 1 root root 4473050 Nov 15 13:26 mysqldump<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 6602 Nov 15 13:24 mysqldumpslow<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 3245 Nov 15 13:24 mysql_find_rows<br>
-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp;&nbsp; 483 Nov 15 13:24 mysql_fix_extensions<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp; 32209 Nov 15 13:24 mysqlhotcopy<br>-rwxr-xr-x. 1 root root 4287853 Nov 15 13:26 mysqlimport<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp; 14472 Nov 15 13:24 mysql_install_db<br>
-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 7694 Nov 15 13:24 mysql_secure_installation<br>-rwxr-xr-x. 1 root root&nbsp;&nbsp; 16689 Nov 15 13:24 mysql_setpermission<br>-rwxr-xr-x. 1 root root 4278732 Nov 15 13:26 mysqlshow<br>-rwxr-xr-x. 1 root root 4331143 Nov 15 13:26 mysqlslap<br>
-rwxr-xr-x. 1 root root 4845542 Nov 15 13:26 mysqltest<br>-rwxr-xr-x. 1 root root&nbsp; 729588 Nov 15 13:26 mysql_tzinfo_to_sql<br>-rwxr-xr-x. 1 root root 1017021 Nov 15 13:26 mysql_upgrade<br>-rwxr-xr-x. 1 root root&nbsp; 888746 Nov 15 13:26 mysql_waitpid<br>
-rwxr-xr-x. 1 root root&nbsp;&nbsp;&nbsp; 3818 Nov 15 13:24 mysql_zap<br><br><br>[root@ericomtx bin]# ./mysql_install_db --user =mysql<br><br><br>121116 14:50:18 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50080, now running 50504. Please use mysql_upgrade to fix this error.<br>
ERROR: 1558&nbsp; Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50080, now running 50504. Please use mysql_upgrade to fix this error.<br>121116 14:50:18 [ERROR] Aborting<br><br>but I CAN NOT update MySQL ... it doesn allow me to : <br>
<br><br>[root@ericomtx bin]# ./mysql_upgrade <br>Looking for 'mysql' as: ./mysql<br>Looking for 'mysqlcheck' as: ./mysqlcheck<br>Running 'mysqlcheck with default connection arguments<br>./mysqlcheck: Got error: 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) when trying to connect<br>
FATAL ERROR: Upgrade failed<br>[root@ericomtx bin]#<br><br><br>.... also ... you may say to me so I need to create the DB from my install dir ... ok : <br><br>[root@ericomtx mysql-5.5.4-m3]# scripts/mysql_install_db --user=mysql<br>
WARNING: The host '' could not be looked up with resolveip.<br>This probably means that your libc libraries are not 100 % compatible<br>with this binary MySQL version. The MySQL daemon, mysqld, should work<br>normally with the exception that host name resolving will not work.<br>
This means that you should use IP addresses instead of hostnames<br>when specifying MySQL privileges !<br>Installing MySQL system tables...<br>121116 14:53:47 [Note] Buffered information: Performance schema disabled (reason: start parameters).<br>
<br>121116 14:53:47 [ERROR] Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50080, now running 50504. Please use mysql_upgrade to fix this error.<br>ERROR: 1558&nbsp; Column count of mysql.proc is wrong. Expected 20, found 16. Created with MySQL 50080, now running 50504. Please use mysql_upgrade to fix this error.<br>
121116 14:53:47 [ERROR] Aborting<br><br>121116 14:53:47 [Note] /usr/sbin/mysqld: Shutdown complete<br><br><br>Installation of system tables failed!&nbsp; Examine the logs in<br>/var/lib/mysql for more information.<br><br>You can try to start the mysqld daemon with:<br>
<br>&nbsp;&nbsp;&nbsp; shell&gt; /usr/sbin/mysqld --skip-grant &amp;<br><br>and use the command line tool /usr/bin/mysql<br>to connect to the mysql database and look at the grant tables:<br><br>&nbsp;&nbsp;&nbsp; shell&gt; /usr/bin/mysql -u root mysql<br>
&nbsp;&nbsp;&nbsp; mysql&gt; show tables<br><br>Try 'mysqld --help' if you have problems with paths.&nbsp; Using --log<br>gives you a log in /var/lib/mysql that may be helpful.<br><br>Please consult the MySQL manual section<br>'Problems running mysql_install_db', and the manual section that<br>
describes problems on your OS.&nbsp; Another information source are the<br>MySQL email archives available at <a href="http://lists.mysql.com/">http://lists.mysql.com/</a>.<br><br>Please check all of the above before mailing us!&nbsp; And remember, if<br>
you do mail us, you MUST use the /usr/bin/mysqlbug script!<br><br>......<br><br>I wanted to uninstall it ... and install it back with the correct source flags now .... <br><br>How can I run cmake to unistall this ... ? I still have the uncompressed dir from the the installation : <br>
<br>[root@ericomtx mysql-5.5.4-m3]# ls <br>aclocal.m4&nbsp;&nbsp; CMakeCache.txt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; config.guess&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://configure.in">configure.in</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; depcomp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; install-sh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libservices&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; man&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pstack&nbsp;&nbsp;&nbsp;&nbsp; sql-common&nbsp;&nbsp;&nbsp;&nbsp; vio<br>
BUILD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CMakeFiles&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; config.h.cmake&nbsp;&nbsp; COPYING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Docs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; INSTALL-SOURCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ltmain.sh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; missing&nbsp;&nbsp;&nbsp;&nbsp; README&nbsp;&nbsp;&nbsp;&nbsp; storage&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; win<br>BUILD-CMAKE&nbsp; cmake_install.cmake&nbsp; config.sub&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CPackConfig.cmake&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; EXCEPTIONS-CLIENT&nbsp;&nbsp;&nbsp;&nbsp; INSTALL-WIN-SOURCE&nbsp; make_dist.cmake&nbsp; mysql-test&nbsp; regex&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strings&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ylwrap<br>
ChangeLog&nbsp;&nbsp;&nbsp; CMakeLists.txt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; configure&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CPackSourceConfig.cmake&nbsp; extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libmysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mysys&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; scripts&nbsp;&nbsp;&nbsp; support-files&nbsp; zlib<br>client&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd-line-utils&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://configure.am">configure.am</a>&nbsp;&nbsp;&nbsp;&nbsp; CTestTestfile.cmake&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libmysqld&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile.am&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netware&nbsp;&nbsp;&nbsp;&nbsp; sql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tests<br>
cmake&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; config&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; configure.cmake&nbsp; dbug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; install_manifest.txt&nbsp; libmysql_r&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Makefile.in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; plugin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sql-bench&nbsp; unittest<br><br><br><br><br>
</div></blockquote><blockquote type="cite"><div><span>--</span><br><span></span><br><span>Powered by <a href="http://www.kitware.com">www.kitware.com</a></span><br><span></span><br><span>Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a></span><br><span></span><br><span>Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ">http://www.cmake.org/Wiki/CMake_FAQ</a></span><br><span></span><br><span>Follow this link to subscribe/unsubscribe:</span><br><span><a href="http://www.cmake.org/mailman/listinfo/cmake">http://www.cmake.org/mailman/listinfo/cmake</a></span></div></blockquote></body></html>