Skip to content
IT Nursery
  • Home
  • Programming
    • Mac / IOS
    • Android
    • Web Applications
    • PHP
    • Java
    • C
    • C++
  • DataBase
    • MySQL
  • CMS
    • WordPress
  • System and Network
    • Serverfault

MySQL

How can I get a list of user accounts using the command line in MySQL?

by IT Nursery

I’m using the MySQL command-line utility and can navigate through a database. Now I need to see a list of user accounts. How … Read more

Tags command-line, MySQL, mysql5

Can I concatenate multiple MySQL rows into one field?

by IT Nursery

Using MySQL, I can do something like: SELECT hobbies FROM peoples_hobbies WHERE person_id = 5; My Output: shopping fishing coding but instead I … Read more

Tags concat, group-concat, MySQL, sql

How to reset AUTO_INCREMENT in MySQL

by IT Nursery

How can I reset the AUTO_INCREMENT of a field? I want it to start counting from 1 again. 2 25 You can reset … Read more

Tags auto-increment, MySQL, sql

SQL select only rows with max value on a column [duplicate]

by IT Nursery

Want to improve this post? Provide detailed answers to this question, including citations and an explanation of why your answer is correct. without … Read more

Tags aggregate-functions, greatest-n-per-group, groupwise-maximum, MySQL, sql

What’s the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN and FULL JOIN? [duplicate]

by IT Nursery

This question already has answers here: What is the difference between “INNER JOIN” and “OUTER JOIN”? (27 answers) Closed 6 years ago. What’s … Read more

Tags inner-join, join, MySQL, outer-join, sql

How do I import an SQL file using the command line in MySQL?

by IT Nursery

I have a .sql file with an export from phpMyAdmin. I want to import it into a different server using the command line. … Read more

Tags command-line, import, MySQL, sql

Should I use the datetime or timestamp data type in MySQL?

by IT Nursery

Would you recommend using a datetime or a timestamp field, and why (using MySQL)? I’m working with PHP on the server side. 40 … Read more

Tags datetime, MySQL, sqldatatypes, timestamp

WordPress Editor not updating files

by IT Nursery

I’ve run into an issue with updating the header.php file in a WordPress website. Firstly, I tried updating the file manually through C-Panel … Read more

Tags MySQL, php, php-7, WordPress

Why shouldn’t Use mysql_* functions in PHP

by IT Nursery

What are the technical reasons for why one shouldn’t use mysql_* functions? (e.g. mysql_query(), mysql_connect() or mysql_real_escape_string())? Why should I use something else even if they work on my … Read more

Tags MySQL, php

How to Update same table on deletion in MYSQL

by IT Nursery

In my database I have a table Employee that has recursive association (an employee can be boss of other employee):   Then inserts: Now I … Read more

Tags MySQL
Post navigation
Newer posts
← Previous Page1 … Page41 Page42

Recent Posts

  • Advice for improving internal dashboard [closed]
  • grep : ‘+’ special character
  • File location for Syslogs in Centos machine
  • How to collect users’ task completion times?
  • “service {FOO} start” vs. “/etc/init.d/{FOO} start”? [closed]
IT Nursery
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Important Link

  • About
  • Privacy Policy
  • Contact

IT Nursery

The Goal of ITNursery Engaging the world to foster innovation through aggregate information. Our Question Answer post, blog information, products and tools help developers and technologists in life and at work.

copyright © 2023 All Right Reserved | IT NurSery