mariadb
does the existence of an asterisk in a select exclude other columns?
This question is all about laziness... I\'d like to do something like this: select some_func(some_col), * from my_table[详细]
2023-04-09 01:26 分类:问答Mysql Server 5 vs 6 vs MariaDB [closed]
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2023-04-08 20:05 分类:问答Migrating from MySQL to MariaDB
I am migrating my database to MySQL to MariaDB. I have binary storage engine in MySQL and MariaDB does not support it.[详细]
2023-04-07 08:38 分类:问答Slow MySQL (InnoDB) query despite join on indexed key, why?
Do you have any idea why this request could be slow (1.7 s on a otherwise fast MySQL server): SELECT DISTINCT TABLE_A.keyA[详细]
2023-03-28 11:41 分类:问答UDF Regular Expressions for maria db
I\'ve found this really good user defined functions for using regular expressions in mysql However when trying to instal I get can\'t find mysql library[详细]
2023-03-19 19:31 分类:问答Percona Server 5.5 or MariaDB on Windows
I am running a MySQL 5.5 on a x64 Windows Server and keep getting a auto increment id error which is a known error in MySQL.I would like to try out Percona Server or MariaDB as they have higher benchm[详细]
2023-03-17 02:22 分类:问答InnoDB Optimization Tips Needed - mysql
I recently got a new dedicated MySQL machine. Now it\'s running fine, but sometimes it gets slowed down a lot by queries that state: Copying to tmp table. It seems to happen randomly.[详细]
2023-03-16 23:07 分类:问答Switching to MariaDB with Zend Framework
I\'ve been developing a site on MySQL client version: 5.1.41 Server version: 5.1.41 And I\'ve been considering the deployment onto the production server could be the best time t开发者_开发百科o mi[详细]
2023-02-26 21:38 分类:问答MySQL: Grant **all** privileges on database
I\'ve created database, for example \'mydb\'. CREATE DATABASE mydb CHARACTER SET utf8 COLLATE utf8_bin;[详细]
2023-02-11 07:34 分类:问答MySQL Opimization of insert sequences
I have a realtime application that processes information and log\'s it to a MySQL database (actually MariaDB, a fork of MySQL).It does anywhere around 1.5 million inserts a day + 150,000 deletes.[详细]
2023-02-06 07:12 分类:问答