Mysql fixing root passwordWhere is my mysql log on OS X?SSH hangs without password promptOpen Directory password expiration warningsssh hangs without password prompt — works in root or other accountsReset MySQL 5 root password on Mac OS XWill setting MySQL root password prevent it from autostarting?Snow Leopard connecting to Unbuntu 10.04 through Samba failure — need help fixingDecrypt Cisco VPN Group passwordMySQL - Access denied for user 'root'@'localhost' (using password: YES)mysqld_safe --skip-grant-tables exits before i can type mysql-u root to rest root password

Gift for mentor after his thesis defense?

shebang or not shebang

What is the meaning of "matter" in physics?

What's the 2-minute timer on mobile Deutsche Bahn tickets?

Concatenate all values of the same XML element using XPath/XQuery

How could a humanoid creature completely form within the span of 24 hours?

GitLab account hacked and repo wiped

Why can’t you see at the start of the Big Bang?

The unknown and unexplained in science fiction

What is more safe for browsing the web: PC or smartphone?

What calendar would the Saturn nation use?

Convert Numbers To Emoji Math

Translation of "invincible independence"

Why is the episode called "The Last of the Starks"?

How can I test a shell script in a "safe environment" to avoid harm to my computer?

Can a player choose to add detail and flavor to their character's spells and abilities?

Are modes in jazz primarily a melody thing?

Can anyone identify this unknown 1988 PC card from The Palantir Corporation?

Is throwing dice a stochastic or a deterministic process?

If quadruped mammals evolve to become bipedal will their breast or nipple change position?

How is it believable that Euron could so easily pull off this ambush?

Why were the rules for Proliferate changed?

Select list elements based on other list

What did Varys actually mean?



Mysql fixing root password


Where is my mysql log on OS X?SSH hangs without password promptOpen Directory password expiration warningsssh hangs without password prompt — works in root or other accountsReset MySQL 5 root password on Mac OS XWill setting MySQL root password prevent it from autostarting?Snow Leopard connecting to Unbuntu 10.04 through Samba failure — need help fixingDecrypt Cisco VPN Group passwordMySQL - Access denied for user 'root'@'localhost' (using password: YES)mysqld_safe --skip-grant-tables exits before i can type mysql-u root to rest root password






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








2















I guess I messed up the user table trying to update the password running something like



UPDATE mysql.user SET authentication_string='root' WHERE User='root';


without flushing privileges. Now I'm basically locked out and I cannot connect to mysql cli even if I try



sudo mysqld_safe --skip-grant-tables &


There is a way I can safely remove all mysql databases including user table?



(MacOS mojave)



This is the content of /usr/local/bin related to mysql



mysql mysqladmin mysqlpump
mysql.server mysqlbinlog mysqlrouter
mysql_client_test mysqlcheck mysqlrouter_plugin_info
mysql_config mysqld mysqlshow
mysql_config_editor mysqld_multi mysqlslap
mysql_secure_installation mysqld_safe mysqltest
mysql_ssl_rsa_setup mysqldump mysqlxtest
mysql_tzinfo_to_sql mysqldumpslow
mysql_upgrade mysqlimport









share|improve this question






























    2















    I guess I messed up the user table trying to update the password running something like



    UPDATE mysql.user SET authentication_string='root' WHERE User='root';


    without flushing privileges. Now I'm basically locked out and I cannot connect to mysql cli even if I try



    sudo mysqld_safe --skip-grant-tables &


    There is a way I can safely remove all mysql databases including user table?



    (MacOS mojave)



    This is the content of /usr/local/bin related to mysql



    mysql mysqladmin mysqlpump
    mysql.server mysqlbinlog mysqlrouter
    mysql_client_test mysqlcheck mysqlrouter_plugin_info
    mysql_config mysqld mysqlshow
    mysql_config_editor mysqld_multi mysqlslap
    mysql_secure_installation mysqld_safe mysqltest
    mysql_ssl_rsa_setup mysqldump mysqlxtest
    mysql_tzinfo_to_sql mysqldumpslow
    mysql_upgrade mysqlimport









    share|improve this question


























      2












      2








      2








      I guess I messed up the user table trying to update the password running something like



      UPDATE mysql.user SET authentication_string='root' WHERE User='root';


      without flushing privileges. Now I'm basically locked out and I cannot connect to mysql cli even if I try



      sudo mysqld_safe --skip-grant-tables &


      There is a way I can safely remove all mysql databases including user table?



      (MacOS mojave)



      This is the content of /usr/local/bin related to mysql



      mysql mysqladmin mysqlpump
      mysql.server mysqlbinlog mysqlrouter
      mysql_client_test mysqlcheck mysqlrouter_plugin_info
      mysql_config mysqld mysqlshow
      mysql_config_editor mysqld_multi mysqlslap
      mysql_secure_installation mysqld_safe mysqltest
      mysql_ssl_rsa_setup mysqldump mysqlxtest
      mysql_tzinfo_to_sql mysqldumpslow
      mysql_upgrade mysqlimport









      share|improve this question
















      I guess I messed up the user table trying to update the password running something like



      UPDATE mysql.user SET authentication_string='root' WHERE User='root';


      without flushing privileges. Now I'm basically locked out and I cannot connect to mysql cli even if I try



      sudo mysqld_safe --skip-grant-tables &


      There is a way I can safely remove all mysql databases including user table?



      (MacOS mojave)



      This is the content of /usr/local/bin related to mysql



      mysql mysqladmin mysqlpump
      mysql.server mysqlbinlog mysqlrouter
      mysql_client_test mysqlcheck mysqlrouter_plugin_info
      mysql_config mysqld mysqlshow
      mysql_config_editor mysqld_multi mysqlslap
      mysql_secure_installation mysqld_safe mysqltest
      mysql_ssl_rsa_setup mysqldump mysqlxtest
      mysql_tzinfo_to_sql mysqldumpslow
      mysql_upgrade mysqlimport






      mac-osx






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 28 at 17:50







      alfredopacino

















      asked Apr 28 at 17:21









      alfredopacinoalfredopacino

      123116




      123116




















          3 Answers
          3






          active

          oldest

          votes


















          2














          First backup your /etc/mysql and /var/lib/mysql directories.



          Then try to initalize



          mysql_install_db


          to recreate the mysql schema from scratch.



          You can read about it here: https://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html






          share|improve this answer























          • I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

            – alfredopacino
            Apr 28 at 17:44












          • what whereis mysql says?

            – Comar
            Apr 28 at 17:45











          • which mysql prints /usr/local/bin/mysql (whereis prints nothing)

            – alfredopacino
            Apr 28 at 17:47











          • Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

            – Comar
            Apr 28 at 17:50












          • I edited the question with my mysql bins in /usr/local/bin if it helps

            – alfredopacino
            Apr 28 at 17:52


















          1














          You could simply uninstall mysql and purge configuration files if you don't need the databases or any settings.



          The steps would be:



          brew uninstall mysql
          brew cleanup
          sudo rm -rf /usr/local/var/mysql ## verify within my.cnf


          ps. Take this with a grain of salt, as I'm not a MacOS user.






          share|improve this answer























          • I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

            – alfredopacino
            Apr 28 at 17:59












          • ok even removing /usr/local/var/mysql didn't solved..

            – alfredopacino
            Apr 28 at 18:05











          • You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

            – Leo
            Apr 29 at 14:53


















          0














          I got the problem, basically almost all the solution you can find around are outdated.
          With mysql 8.0.15 you have to follow this guide
          https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html



          Using the method UPDATE mysql.user SET authentication_string.. will lock you out from your own mysql server (you won't solve even with mysqld_safe --skip-grant-tables).






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "2"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964975%2fmysql-fixing-root-password%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            First backup your /etc/mysql and /var/lib/mysql directories.



            Then try to initalize



            mysql_install_db


            to recreate the mysql schema from scratch.



            You can read about it here: https://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html






            share|improve this answer























            • I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

              – alfredopacino
              Apr 28 at 17:44












            • what whereis mysql says?

              – Comar
              Apr 28 at 17:45











            • which mysql prints /usr/local/bin/mysql (whereis prints nothing)

              – alfredopacino
              Apr 28 at 17:47











            • Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

              – Comar
              Apr 28 at 17:50












            • I edited the question with my mysql bins in /usr/local/bin if it helps

              – alfredopacino
              Apr 28 at 17:52















            2














            First backup your /etc/mysql and /var/lib/mysql directories.



            Then try to initalize



            mysql_install_db


            to recreate the mysql schema from scratch.



            You can read about it here: https://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html






            share|improve this answer























            • I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

              – alfredopacino
              Apr 28 at 17:44












            • what whereis mysql says?

              – Comar
              Apr 28 at 17:45











            • which mysql prints /usr/local/bin/mysql (whereis prints nothing)

              – alfredopacino
              Apr 28 at 17:47











            • Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

              – Comar
              Apr 28 at 17:50












            • I edited the question with my mysql bins in /usr/local/bin if it helps

              – alfredopacino
              Apr 28 at 17:52













            2












            2








            2







            First backup your /etc/mysql and /var/lib/mysql directories.



            Then try to initalize



            mysql_install_db


            to recreate the mysql schema from scratch.



            You can read about it here: https://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html






            share|improve this answer













            First backup your /etc/mysql and /var/lib/mysql directories.



            Then try to initalize



            mysql_install_db


            to recreate the mysql schema from scratch.



            You can read about it here: https://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 28 at 17:40









            ComarComar

            27116




            27116












            • I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

              – alfredopacino
              Apr 28 at 17:44












            • what whereis mysql says?

              – Comar
              Apr 28 at 17:45











            • which mysql prints /usr/local/bin/mysql (whereis prints nothing)

              – alfredopacino
              Apr 28 at 17:47











            • Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

              – Comar
              Apr 28 at 17:50












            • I edited the question with my mysql bins in /usr/local/bin if it helps

              – alfredopacino
              Apr 28 at 17:52

















            • I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

              – alfredopacino
              Apr 28 at 17:44












            • what whereis mysql says?

              – Comar
              Apr 28 at 17:45











            • which mysql prints /usr/local/bin/mysql (whereis prints nothing)

              – alfredopacino
              Apr 28 at 17:47











            • Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

              – Comar
              Apr 28 at 17:50












            • I edited the question with my mysql bins in /usr/local/bin if it helps

              – alfredopacino
              Apr 28 at 17:52
















            I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

            – alfredopacino
            Apr 28 at 17:44






            I do not have both those dirs. And I get command not found launching mysql_install_db. It is a fresh installation I don't have any db I have to save. I don't mind wiping up the whole mysql installation. But I'm not clear what to do other than uninstall using brew

            – alfredopacino
            Apr 28 at 17:44














            what whereis mysql says?

            – Comar
            Apr 28 at 17:45





            what whereis mysql says?

            – Comar
            Apr 28 at 17:45













            which mysql prints /usr/local/bin/mysql (whereis prints nothing)

            – alfredopacino
            Apr 28 at 17:47





            which mysql prints /usr/local/bin/mysql (whereis prints nothing)

            – alfredopacino
            Apr 28 at 17:47













            Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

            – Comar
            Apr 28 at 17:50






            Ah, my mistake, I have confused OS. Look for mysql configuration, binaries and files somewhere inside /usr/local, you may try to use locate mysql for this job.

            – Comar
            Apr 28 at 17:50














            I edited the question with my mysql bins in /usr/local/bin if it helps

            – alfredopacino
            Apr 28 at 17:52





            I edited the question with my mysql bins in /usr/local/bin if it helps

            – alfredopacino
            Apr 28 at 17:52













            1














            You could simply uninstall mysql and purge configuration files if you don't need the databases or any settings.



            The steps would be:



            brew uninstall mysql
            brew cleanup
            sudo rm -rf /usr/local/var/mysql ## verify within my.cnf


            ps. Take this with a grain of salt, as I'm not a MacOS user.






            share|improve this answer























            • I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

              – alfredopacino
              Apr 28 at 17:59












            • ok even removing /usr/local/var/mysql didn't solved..

              – alfredopacino
              Apr 28 at 18:05











            • You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

              – Leo
              Apr 29 at 14:53















            1














            You could simply uninstall mysql and purge configuration files if you don't need the databases or any settings.



            The steps would be:



            brew uninstall mysql
            brew cleanup
            sudo rm -rf /usr/local/var/mysql ## verify within my.cnf


            ps. Take this with a grain of salt, as I'm not a MacOS user.






            share|improve this answer























            • I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

              – alfredopacino
              Apr 28 at 17:59












            • ok even removing /usr/local/var/mysql didn't solved..

              – alfredopacino
              Apr 28 at 18:05











            • You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

              – Leo
              Apr 29 at 14:53













            1












            1








            1







            You could simply uninstall mysql and purge configuration files if you don't need the databases or any settings.



            The steps would be:



            brew uninstall mysql
            brew cleanup
            sudo rm -rf /usr/local/var/mysql ## verify within my.cnf


            ps. Take this with a grain of salt, as I'm not a MacOS user.






            share|improve this answer













            You could simply uninstall mysql and purge configuration files if you don't need the databases or any settings.



            The steps would be:



            brew uninstall mysql
            brew cleanup
            sudo rm -rf /usr/local/var/mysql ## verify within my.cnf


            ps. Take this with a grain of salt, as I'm not a MacOS user.







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Apr 28 at 17:54









            LeoLeo

            1,515415




            1,515415












            • I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

              – alfredopacino
              Apr 28 at 17:59












            • ok even removing /usr/local/var/mysql didn't solved..

              – alfredopacino
              Apr 28 at 18:05











            • You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

              – Leo
              Apr 29 at 14:53

















            • I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

              – alfredopacino
              Apr 28 at 17:59












            • ok even removing /usr/local/var/mysql didn't solved..

              – alfredopacino
              Apr 28 at 18:05











            • You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

              – Leo
              Apr 29 at 14:53
















            I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

            – alfredopacino
            Apr 28 at 17:59






            I would avoid mess up the whole sistem, I will search around a little bit. macOS it's a f nightmare...

            – alfredopacino
            Apr 28 at 17:59














            ok even removing /usr/local/var/mysql didn't solved..

            – alfredopacino
            Apr 28 at 18:05





            ok even removing /usr/local/var/mysql didn't solved..

            – alfredopacino
            Apr 28 at 18:05













            You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

            – Leo
            Apr 29 at 14:53





            You might need to remove the binaries too, try this also: sudo rm -rf /usr/local/bin/mysql.

            – Leo
            Apr 29 at 14:53











            0














            I got the problem, basically almost all the solution you can find around are outdated.
            With mysql 8.0.15 you have to follow this guide
            https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html



            Using the method UPDATE mysql.user SET authentication_string.. will lock you out from your own mysql server (you won't solve even with mysqld_safe --skip-grant-tables).






            share|improve this answer



























              0














              I got the problem, basically almost all the solution you can find around are outdated.
              With mysql 8.0.15 you have to follow this guide
              https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html



              Using the method UPDATE mysql.user SET authentication_string.. will lock you out from your own mysql server (you won't solve even with mysqld_safe --skip-grant-tables).






              share|improve this answer

























                0












                0








                0







                I got the problem, basically almost all the solution you can find around are outdated.
                With mysql 8.0.15 you have to follow this guide
                https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html



                Using the method UPDATE mysql.user SET authentication_string.. will lock you out from your own mysql server (you won't solve even with mysqld_safe --skip-grant-tables).






                share|improve this answer













                I got the problem, basically almost all the solution you can find around are outdated.
                With mysql 8.0.15 you have to follow this guide
                https://dev.mysql.com/doc/refman/8.0/en/resetting-permissions.html



                Using the method UPDATE mysql.user SET authentication_string.. will lock you out from your own mysql server (you won't solve even with mysqld_safe --skip-grant-tables).







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 28 at 18:40









                alfredopacinoalfredopacino

                123116




                123116



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Server Fault!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f964975%2fmysql-fixing-root-password%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                    Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                    Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020