anonīms Posted February 15, 2013 Report Posted February 15, 2013 mysqldump -t -u *** -p *** menu_links --where=menu_name=management mysqldump: Couldn't execute 'SELECT /*!40001 SQL_NO_CACHE */ * FROM `menu_links` WHERE menu_name=management': Unknown column 'management' in 'where clause' (1054) kāpēc bļauj? reāli taču tiek norādīts, ka menu_name ir kollona un management ir vērtība? vaitad nē? o0 Quote
draugz Posted February 15, 2013 Report Posted February 15, 2013 Un ja pamēģini to management ielikt pēdiņās? Quote
anonīms Posted February 15, 2013 Author Report Posted February 15, 2013 arī mēģināju. Rezultāts tas pats. Bet nu neko. Atcerējos, ka phpmyadmin tak pēc selected rows arī eksportu var uztaisīt, takā chill :) Quote
anonīms Posted February 16, 2013 Author Report Posted February 16, 2013 mysqldump -t -u *** -p *** menu_links --where=menu_name="management" mysqldump -t -u *** -p *** menu_links --where=menu_name='management' Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.